#DD6421

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

Shades of Chocolate #DD6421

Tints of Chocolate #DD6421

Color information

#DD6421 (or 0xDD6421) is unknown color: approx Chocolate. HEX triplet: DD, 64 and 21. RGB value is (221,100,33). Sum of RGB (Red+Green+Blue) = 221+100+33=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6421 is #229BDE. Grayscale: #808080. Windows color (decimal): -2268127 or 2188509. OLE color: 2188509.

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

Color convert

RGB22110033-
CMYK00.550.850.13
HSL21.38º74.02%49.8%-
HSV(B)21.38º85.07%86.67%-
XYZ34.6524.64.36-
YUV128.5474.09193.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.43%
GREEN value IS 100 (39.45% from 255) = 28.25%
BLUE value IS 33 (13.28% from 255) = 9.32%
R=62.43%
G=28.25%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211003300.550.850.1321.3874.0249.8
HexDD642103755D154a32
Octal33514441067125152511262
Binary110111011100100100001011011110101011101101011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6421; }

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

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

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

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

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

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

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

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