Html Css Color HEX #D86318 Chocolate

📋 copy color: '#D86318'

red 216 ◦ green 99 ◦ blue 24

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

Shades of Chocolate #D86318

Tints of Chocolate #D86318

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.2%

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

R = 63.72%
G = 29.2%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D86318 (or 0xD86318) is known color: Chocolate. HEX triplet: D8, 63 and 18. RGB value is (216,99,24). Sum of RGB (Red+Green+Blue) = 216+99+24=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D86318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86318 is #279CE7. Grayscale: #7D7D7D. Windows color (decimal): -2596072 or 1598424. OLE color: 1598424.

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

Color convert

RGB 216 99 24 -
CMYK 0 0.54 0.89 0.15
HSL 23.44º 0.8% 0.47% -
HSV(B) 23.44º 0.89% 0.85% -
XYZ 32.95 23.59 3.68 -
YUV 125.43 70.76 192.6 -
System Red Green Blue C M Y K H S L
Decimal 216 99 24 0 0.54 0.89 0.15 23.44 0.8 0.47
Hex D8 63 18 0 36 59 F 17 50 2F
Octal 330 143 30 0 66 131 17 27 120 57
Binary 11011000 1100011 11000 0 110110 1011001 1111 10111 1010000 101111

Color Harmonies of #D86318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86318

Black with #D86318

Text Example


Text Example

White with #D86318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86318; }

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

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

background-color css

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

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

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

border-color css

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

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

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