Html Css Color HEX #D86518 Chocolate

📋 copy color: '#D86518'

red 216 ◦ green 101 ◦ blue 24

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

Shades of Chocolate #D86518

Tints of Chocolate #D86518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.62%

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

R = 63.34%
G = 29.62%
B = 7.04%

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

#D86518 (or 0xD86518) is known color: Chocolate. HEX triplet: D8, 65 and 18. RGB value is (216,101,24). Sum of RGB (Red+Green+Blue) = 216+101+24=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D86518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86518 is #279AE7. Grayscale: #7F7F7F. Windows color (decimal): -2595560 or 1598936. OLE color: 1598936.

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

Color convert

RGB 216 101 24 -
CMYK 0 0.53 0.89 0.15
HSL 24.06º 0.8% 0.47% -
HSV(B) 24.06º 0.89% 0.85% -
XYZ 33.14 23.97 3.74 -
YUV 126.61 70.1 191.76 -
System Red Green Blue C M Y K H S L
Decimal 216 101 24 0 0.53 0.89 0.15 24.06 0.8 0.47
Hex D8 65 18 0 35 59 F 18 50 2F
Octal 330 145 30 0 65 131 17 30 120 57
Binary 11011000 1100101 11000 0 110101 1011001 1111 11000 1010000 101111

Color Harmonies of #D86518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86518

Black with #D86518

Text Example


Text Example

White with #D86518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86518; }

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

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

background-color css

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

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

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

border-color css

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

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

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