Html Css Color HEX #D87018 Chocolate

📋 copy color: '#D87018'

red 216 ◦ green 112 ◦ blue 24

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

Shades of Chocolate #D87018

Tints of Chocolate #D87018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.82%

R = 61.36%
G = 31.82%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D87018 (or 0xD87018) is known color: Chocolate. HEX triplet: D8, 70 and 18. RGB value is (216,112,24). Sum of RGB (Red+Green+Blue) = 216+112+24=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D87018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87018 is #278FE7. Grayscale: #858585. Windows color (decimal): -2592744 or 1601752. OLE color: 1601752.

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

Color convert

RGB 216 112 24 -
CMYK 0 0.48 0.89 0.15
HSL 27.5º 0.8% 0.47% -
HSV(B) 27.5º 0.89% 0.85% -
XYZ 34.28 26.25 4.12 -
YUV 133.06 66.46 187.16 -
System Red Green Blue C M Y K H S L
Decimal 216 112 24 0 0.48 0.89 0.15 27.5 0.8 0.47
Hex D8 70 18 0 30 59 F 1C 50 2F
Octal 330 160 30 0 60 131 17 34 120 57
Binary 11011000 1110000 11000 0 110000 1011001 1111 11100 1010000 101111

Color Harmonies of #D87018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87018

Black with #D87018

Text Example


Text Example

White with #D87018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87018; }

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

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

background-color css

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

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

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

border-color css

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

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

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