Html Css Color HEX #D86120 Chocolate

📋 copy color: '#D86120'

red 216 ◦ green 97 ◦ blue 32

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

Shades of Chocolate #D86120

Tints of Chocolate #D86120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.12%

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

R = 62.61%
G = 28.12%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D86120 (or 0xD86120) is known color: Chocolate. HEX triplet: D8, 61 and 20. RGB value is (216,97,32). Sum of RGB (Red+Green+Blue) = 216+97+32=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D86120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86120 is #279EDF. Grayscale: #7D7D7D. Windows color (decimal): -2596576 or 2122200. OLE color: 2122200.

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

Color convert

RGB 216 97 32 -
CMYK 0 0.55 0.85 0.15
HSL 21.2º 0.74% 0.49% -
HSV(B) 21.2º 0.85% 0.85% -
XYZ 32.85 23.25 4.12 -
YUV 125.17 75.42 192.79 -
System Red Green Blue C M Y K H S L
Decimal 216 97 32 0 0.55 0.85 0.15 21.2 0.74 0.49
Hex D8 61 20 0 37 55 F 15 4A 31
Octal 330 141 40 0 67 125 17 25 112 61
Binary 11011000 1100001 100000 0 110111 1010101 1111 10101 1001010 110001

Color Harmonies of #D86120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86120

Black with #D86120

Text Example


Text Example

White with #D86120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86120; }

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

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

background-color css

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

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

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

border-color css

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

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

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