Html Css Color HEX #D86218 Chocolate

📋 copy color: '#D86218'

red 216 ◦ green 98 ◦ blue 24

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

Shades of Chocolate #D86218

Tints of Chocolate #D86218

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.99%

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

R = 63.91%
G = 28.99%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D86218 (or 0xD86218) is known color: Chocolate. HEX triplet: D8, 62 and 18. RGB value is (216,98,24). Sum of RGB (Red+Green+Blue) = 216+98+24=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D86218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86218 is #279DE7. Grayscale: #7D7D7D. Windows color (decimal): -2596328 or 1598168. OLE color: 1598168.

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

Color convert

RGB 216 98 24 -
CMYK 0 0.55 0.89 0.15
HSL 23.13º 0.8% 0.47% -
HSV(B) 23.13º 0.89% 0.85% -
XYZ 32.85 23.4 3.65 -
YUV 124.85 71.09 193.02 -
System Red Green Blue C M Y K H S L
Decimal 216 98 24 0 0.55 0.89 0.15 23.13 0.8 0.47
Hex D8 62 18 0 37 59 F 17 50 2F
Octal 330 142 30 0 67 131 17 27 120 57
Binary 11011000 1100010 11000 0 110111 1011001 1111 10111 1010000 101111

Color Harmonies of #D86218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86218

Black with #D86218

Text Example


Text Example

White with #D86218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86218; }

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

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

background-color css

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

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

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

border-color css

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

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

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