#D86421

Color #D86421 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #D86421

Tints of Chocolate #D86421

Color information

#D86421 (or 0xD86421) is unknown color: approx Chocolate. HEX triplet: D8, 64 and 21. RGB value is (216,100,33). Sum of RGB (Red+Green+Blue) = 216+100+33=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D86421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86421 is #279BDE. Grayscale: #7F7F7F. Windows color (decimal): -2595807 or 2188504. OLE color: 2188504.

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

Color convert

RGB21610033-
CMYK00.540.850.15
HSL21.97º73.49%48.82%-
HSV(B)21.97º84.72%84.71%-
XYZ33.1523.824.29-
YUV127.0574.93191.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.89%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 33 (13.28% from 255) = 9.46%
R=61.89%
G=28.65%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161003300.540.850.1521.9773.4948.82
HexD8642103655F164931
Octal33014441066125172611161
Binary110110001100100100001011011010101011111101101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86421; }

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

 H1.HeaderClassName
 {
   color: #D86421;
 }
 .AnyTagClassName
 {
   color: #D86421;
 }
</style>
background-color css

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

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

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

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

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

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