Html Css Color HEX #D86420 Chocolate

📋 copy color: '#D86420'

red 216 ◦ green 100 ◦ blue 32

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

Shades of Chocolate #D86420

Tints of Chocolate #D86420

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.74%

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

R = 62.07%
G = 28.74%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D86420 (or 0xD86420) is known color: Chocolate. HEX triplet: D8, 64 and 20. RGB value is (216,100,32). Sum of RGB (Red+Green+Blue) = 216+100+32=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D86420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86420 is #279BDF. Grayscale: #7F7F7F. Windows color (decimal): -2595808 or 2122968. OLE color: 2122968.

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

Color convert

RGB 216 100 32 -
CMYK 0 0.54 0.85 0.15
HSL 22.17º 0.74% 0.49% -
HSV(B) 22.17º 0.85% 0.85% -
XYZ 33.14 23.82 4.22 -
YUV 126.93 74.43 191.53 -
System Red Green Blue C M Y K H S L
Decimal 216 100 32 0 0.54 0.85 0.15 22.17 0.74 0.49
Hex D8 64 20 0 36 55 F 16 4A 31
Octal 330 144 40 0 66 125 17 26 112 61
Binary 11011000 1100100 100000 0 110110 1010101 1111 10110 1001010 110001

Color Harmonies of #D86420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86420

Black with #D86420

Text Example


Text Example

White with #D86420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86420; }

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

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

background-color css

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

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

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

border-color css

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

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

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