COLOR #D68535

HEX: #D68535 RGB: (214,133,53)

Color info

#D68535 contains mainly red color. Web safe color of #D68535 is #CC9933 (or #C93).

RGB color model

#D68535 color RGB value is (214,133,53).

RGB: (214,133,53) (84%, 52%, 21%)

RGB channels and saturation

R 214 of 255 = 84%
G 133 of 255 = 52%
B 53 of 255 = 21%

214
133
53

R + G + B ~ 52%. #D68535 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 214 + 133 + 53 = 400 (100%)
R 214 of 400 ~ 53.5%
G 133 of 400 ~ 33.25%
B 53 of 400 ~ 13.25'%

%53.5
%33.25
%13.25

CMYK color model

#D68535 color CMYK value is (0,38,75,16).

  • cyan value is 0.00%
  • magenta value is 37.85%
  • yellow value is 75.23%
  • key color value is 16.08%

CMYK: (0,38,75,16)
C0M38Y75K16 (0%, 38%, 75%, 16%)
(0.00 / 0.38 / 0.75 / 0.16)

CMYK percentages

%0
%37.85
%75.23
%16.08

Codes

Color #D68535 in popluar color models

D6 85 35
RGB 214 133 53
HSL 30° 66.26% 52.35%
HSB/HSV 30° 75.23% 83.92%
CMYK 0.00% 37.85% 75.23%
16.08%

Color #D68535 in popluar number systems.

HEX D6 85 35
Decimal 214 133 53
Binary 11010110 10000101 110101
Octal 326 205 65

Shades and tints

Shades of #D68535

#D68535
(214,133,53)
#C37931
(195,121,49)
#B06D2D
(176,109,45)
#9D6129
(157,97,41)
#8A5525
(138,85,37)
#774921
(119,73,33)
#643D1D
(100,61,29)
#513119
(81,49,25)
#3E2515
(62,37,21)
#2B1911
(43,25,17)
#180D0D
(24,13,13)
#000000
(0,0,0)

Tints of #D68535

#D68535
(214,133,53)
#D99047
(217,144,71)
#DC9B59
(220,155,89)
#DFA66B
(223,166,107)
#E2B17D
(226,177,125)
#E5BC8F
(229,188,143)
#E8C7A1
(232,199,161)
#EBD2B3
(235,210,179)
#EEDDC5
(238,221,197)
#F1E8D7
(241,232,215)
#F4F3E9
(244,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D68535 color. Also use rgb(214,133,53) instead hex code.

Text Font Color

.myTextColor { color: #D68535; }

<p style="color:#D68535">This sample text font color is #D68535.</p>

This text font color is #D68535.

Background Color

.myBgColor { background-color: #D68535; }

<div style="background-color:#D68535">Inner text</div>

This div background color is #D68535.

Border color

.myBorderColor { border: 1px solid #D68535; }

<div style="border:3px solid #D68535">Div</div>

This div border color is #D68535.

Opacity

.myOpacity80 { color: #D68535; opacity: 0.8; }

<p style="color:#D68535;opacity:0.8;">80%</p>

Text with #D68535 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D68535;}

<p style="text-shadow: 3px 3px 1px #D68535">Text here.</p>

This text has shadow with #D68535 color.


.textShadow {text-shadow: 3px 3px 1px #D68535', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D68535, 5px 5px 20px red">Text here.</p>

This text has shadow with #D68535 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D68535, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D68535, Direction=45, Strength=4)">Text</p>

This text has shadow with #D68535 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D68535;
-webkit-box-shadow: 1px 1px 3px 2px #D68535;
box-shadow: 1px 1px 3px 2px #D68535;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D68535; -webkit-box-shadow: 1px 1px 3px 2px #D68535; box-shadow:1px 1px 3px 2px #D68535;">
Div content here
</div>

This div box has shadow with color #D68535.

Preview

Color preview on black background

This text has color #D68535 on black background.


Color preview on white background

This text has color #D68535 on white background.


Black color preview on #D68535 background

This text has black color on #D68535 background.


White color preview on #D68535 background

This text has white color on #D68535 background.


Related colors

Complementary color

Complementary color for #hex is #297ACA.


I love getcolorcode.com

Triadic colors

1 #35D685 and #8535D6 with #D68535 are triadic colors.

2 #3585D6 and #85D635 with #D68535 are triadic colors.