#DD6624

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

Shades of Chocolate #DD6624

Tints of Chocolate #DD6624

Color information

#DD6624 (or 0xDD6624) is unknown color: approx Chocolate. HEX triplet: DD, 66 and 24. RGB value is (221,102,36). Sum of RGB (Red+Green+Blue) = 221+102+36=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6624 is #2299DB. Grayscale: #828282. Windows color (decimal): -2267612 or 2385629. OLE color: 2385629.

HSL color Cylindrical-coordinate representation of color #DD6624: hue angle of 21.41º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD6624 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB22110236-
CMYK00.540.840.13
HSL21.41º73.12%50.39%-
HSV(B)21.41º83.71%86.67%-
XYZ34.89254.66-
YUV130.0674.92192.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.56%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 36 (14.45% from 255) = 10.03%
R=61.56%
G=28.41%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211023600.540.840.1321.4173.1250.39
HexDD662403654D154932
Octal33514644066124152511162
Binary110111011100110100100011011010101001101101011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6624; }

 p { color: rgb(221,102,36); }

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

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

 a { background-color: rgb(221,102,36); }

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

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

 span { border-color: rgb(221,102,36); }

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