#D66024

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

Shades of Chocolate #D66024

Tints of Chocolate #D66024

Color information

#D66024 (or 0xD66024) is unknown color: approx Chocolate. HEX triplet: D6, 60 and 24. RGB value is (214,96,36). Sum of RGB (Red+Green+Blue) = 214+96+36=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D66024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66024 is #299FDB. Grayscale: #7C7C7C. Windows color (decimal): -2727900 or 2384086. OLE color: 2384086.

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

Color convert

RGB2149636-
CMYK00.550.830.16
HSL20.22º71.2%49.02%-
HSV(B)20.22º83.18%83.92%-
XYZ32.2322.794.37-
YUV124.4478.09191.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.85%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 36 (14.45% from 255) = 10.40%
R=61.85%
G=27.75%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214963600.550.830.1620.2271.249.02
HexD660240375310144731
Octal32614044067123202410761
Binary1101011011000001001000110111101001110000101001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66024; }

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

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

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

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

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

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

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

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