#D66E24

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

Shades of Chocolate #D66E24

Tints of Chocolate #D66E24

Color information

#D66E24 (or 0xD66E24) is unknown color: approx Chocolate. HEX triplet: D6, 6E and 24. RGB value is (214,110,36). Sum of RGB (Red+Green+Blue) = 214+110+36=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66E24 is #2991DB. Grayscale: #858585. Windows color (decimal): -2724316 or 2387670. OLE color: 2387670.

HSL color Cylindrical-coordinate representation of color #D66E24: hue angle of 24.94º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D66E24 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB21411036-
CMYK00.490.830.16
HSL24.94º71.2%49.02%-
HSV(B)24.94º83.18%83.92%-
XYZ33.6325.584.83-
YUV132.6673.46186.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.44%
GREEN value IS 110 (43.36% from 255) = 30.56%
BLUE value IS 36 (14.45% from 255) = 10%
R=59.44%
G=30.56%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141103600.490.830.1624.9471.249.02
HexD66E240315310194731
Octal32615644061123203110761
Binary1101011011011101001000110001101001110000110011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66E24; }

 p { color: rgb(214,110,36); }

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

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

 a { background-color: rgb(214,110,36); }

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

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

 span { border-color: rgb(214,110,36); }

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