Html Css Color HEX #D87218 Chocolate

📋 copy color: '#D87218'

red 216 ◦ green 114 ◦ blue 24

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

Shades of Chocolate #D87218

Tints of Chocolate #D87218

RGB

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

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

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

R = 61.02%
G = 32.2%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D87218 (or 0xD87218) is known color: Chocolate. HEX triplet: D8, 72 and 18. RGB value is (216,114,24). Sum of RGB (Red+Green+Blue) = 216+114+24=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D87218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87218 is #278DE7. Grayscale: #868686. Windows color (decimal): -2592232 or 1602264. OLE color: 1602264.

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

Color convert

RGB 216 114 24 -
CMYK 0 0.47 0.89 0.15
HSL 28.13º 0.8% 0.47% -
HSV(B) 28.13º 0.89% 0.85% -
XYZ 34.5 26.7 4.2 -
YUV 134.24 65.79 186.32 -
System Red Green Blue C M Y K H S L
Decimal 216 114 24 0 0.47 0.89 0.15 28.13 0.8 0.47
Hex D8 72 18 0 2F 59 F 1C 50 2F
Octal 330 162 30 0 57 131 17 34 120 57
Binary 11011000 1110010 11000 0 101111 1011001 1111 11100 1010000 101111

Color Harmonies of #D87218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87218

Black with #D87218

Text Example


Text Example

White with #D87218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87218; }

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

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

background-color css

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

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

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

border-color css

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

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

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