Html Css Color HEX #D86B20 Chocolate

📋 copy color: '#D86B20'

red 216 ◦ green 107 ◦ blue 32

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

Shades of Chocolate #D86B20

Tints of Chocolate #D86B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.14%

 BLUE value IS 32 (12.89% from 255) = 9.01%

R = 60.85%
G = 30.14%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D86B20 (or 0xD86B20) is known color: Chocolate. HEX triplet: D8, 6B and 20. RGB value is (216,107,32). Sum of RGB (Red+Green+Blue) = 216+107+32=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86B20 is #2794DF. Grayscale: #838383. Windows color (decimal): -2594016 or 2124760. OLE color: 2124760.

HSL color Cylindrical-coordinate representation of color #D86B20: hue angle of 24.46º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D86B20 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 107 32 -
CMYK 0 0.50 0.85 0.15
HSL 24.46º 0.74% 0.49% -
HSV(B) 24.46º 0.85% 0.85% -
XYZ 33.84 25.22 4.45 -
YUV 131.04 72.11 188.6 -
System Red Green Blue C M Y K H S L
Decimal 216 107 32 0 0.50 0.85 0.15 24.46 0.74 0.49
Hex D8 6B 20 0 32 55 F 18 4A 31
Octal 330 153 40 0 62 125 17 30 112 61
Binary 11011000 1101011 100000 0 110010 1010101 1111 11000 1001010 110001

Color Harmonies of #D86B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86B20

Black with #D86B20

Text Example


Text Example

White with #D86B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86B20; }

 p { color: rgb(216,107,32); }

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

background-color css

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

 a { background-color: rgb(216,107,32); }

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

border-color css

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

 span { border-color: rgb(216,107,32); }

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