Html Css Color HEX #D87012 Chocolate

📋 copy color: '#D87012'

red 216 ◦ green 112 ◦ blue 18

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

Shades of Chocolate #D87012

Tints of Chocolate #D87012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.37%

 BLUE value IS 18 (7.42% from 255) = 5.2%

R = 62.43%
G = 32.37%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D87012 (or 0xD87012) is known color: Chocolate. HEX triplet: D8, 70 and 12. RGB value is (216,112,18). Sum of RGB (Red+Green+Blue) = 216+112+18=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D87012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87012 is #278FED. Grayscale: #848484. Windows color (decimal): -2592750 or 1208536. OLE color: 1208536.

HSL color Cylindrical-coordinate representation of color #D87012: hue angle of 28.48º 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 #D87012 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 112 18 -
CMYK 0 0.48 0.92 0.15
HSL 28.48º 0.85% 0.46% -
HSV(B) 28.48º 0.92% 0.85% -
XYZ 34.22 26.23 3.83 -
YUV 132.38 63.46 187.64 -
System Red Green Blue C M Y K H S L
Decimal 216 112 18 0 0.48 0.92 0.15 28.48 0.85 0.46
Hex D8 70 12 0 30 5C F 1C 55 2E
Octal 330 160 22 0 60 134 17 34 125 56
Binary 11011000 1110000 10010 0 110000 1011100 1111 11100 1010101 101110

Color Harmonies of #D87012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87012

Black with #D87012

Text Example


Text Example

White with #D87012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87012; }

 p { color: rgb(216,112,18); }

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

background-color css

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

 a { background-color: rgb(216,112,18); }

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

border-color css

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

 span { border-color: rgb(216,112,18); }

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