Html Css Color HEX #D86618 Chocolate

📋 copy color: '#D86618'

red 216 ◦ green 102 ◦ blue 24

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

Shades of Chocolate #D86618

Tints of Chocolate #D86618

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.82%

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

R = 63.16%
G = 29.82%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D86618 (or 0xD86618) is known color: Chocolate. HEX triplet: D8, 66 and 18. RGB value is (216,102,24). Sum of RGB (Red+Green+Blue) = 216+102+24=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D86618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86618 is #2799E7. Grayscale: #7F7F7F. Windows color (decimal): -2595304 or 1599192. OLE color: 1599192.

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

Color convert

RGB 216 102 24 -
CMYK 0 0.53 0.89 0.15
HSL 24.38º 0.8% 0.47% -
HSV(B) 24.38º 0.89% 0.85% -
XYZ 33.24 24.17 3.78 -
YUV 127.19 69.77 191.34 -
System Red Green Blue C M Y K H S L
Decimal 216 102 24 0 0.53 0.89 0.15 24.38 0.8 0.47
Hex D8 66 18 0 35 59 F 18 50 2F
Octal 330 146 30 0 65 131 17 30 120 57
Binary 11011000 1100110 11000 0 110101 1011001 1111 11000 1010000 101111

Color Harmonies of #D86618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86618

Black with #D86618

Text Example


Text Example

White with #D86618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86618; }

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

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

background-color css

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

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

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

border-color css

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

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

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