Html Css Color HEX #D87211 Chocolate

📋 copy color: '#D87211'

red 216 ◦ green 114 ◦ blue 17

#D87211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #D87211

Tints of Chocolate #D87211

RGB

 RED value IS 216 (84.77% from 255) = 62.25%

 GREEN value IS 114 (44.92% from 255) = 32.85%

 BLUE value IS 17 (7.03% from 255) = 4.9%

R = 62.25%
G = 32.85%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D87211 (or 0xD87211) is known color: Chocolate. HEX triplet: D8, 72 and 11. RGB value is (216,114,17). Sum of RGB (Red+Green+Blue) = 216+114+17=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D87211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87211 is #278DEE. Grayscale: #858585. Windows color (decimal): -2592239 or 1143512. OLE color: 1143512.

HSL color Cylindrical-coordinate representation of color #D87211: hue angle of 29.25º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D87211 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 114 17 -
CMYK 0 0.47 0.92 0.15
HSL 29.25º 0.85% 0.46% -
HSV(B) 29.25º 0.92% 0.85% -
XYZ 34.44 26.67 3.86 -
YUV 133.44 62.29 186.89 -
System Red Green Blue C M Y K H S L
Decimal 216 114 17 0 0.47 0.92 0.15 29.25 0.85 0.46
Hex D8 72 11 0 2F 5C F 1D 55 2E
Octal 330 162 21 0 57 134 17 35 125 56
Binary 11011000 1110010 10001 0 101111 1011100 1111 11101 1010101 101110

Color Harmonies of #D87211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87211

Black with #D87211

Text Example


Text Example

White with #D87211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87211; }

 p { color: rgb(216,114,17); }

 H1.HeaderClassName
 {
   color: #D87211;
 }
 .AnyTagClassName
 {
   color: #D87211;
 }
</style>

background-color css

<style>
 a { background-color: #D87211; }

 a { background-color: rgb(216,114,17); }

 div.DivClassName
 {
   background-color: #D87211;
 }
 .BgClassName
 {
   background-color: #D87211;
 }
</style>

border-color css

<style>
 span { border-color: #D87211; }

 span { border-color: rgb(216,114,17); }

 td.TdClassName
 {
   border-color: #D87211;
 }
 .TagClassName
 {
   border-color: #D87211;
 }
</style>