#dd531c

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

Shades of Chocolate #DD531C

Tints of Chocolate #DD531C

Color information

#DD531C (or 0xDD531C) is unknown color: approx Chocolate. HEX triplet: DD, 53 and 1C. RGB value is (221,83,28). Sum of RGB (Red+Green+Blue) = 221+83+28=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD531C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD531C is #22ACE3. Grayscale: #767676. Windows color (decimal): -2272484 or 1856477. OLE color: 1856477.

HSL color Cylindrical-coordinate representation of color #DD531C: hue angle of 17.1º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD531C is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB2218328-
CMYK00.620.870.13
HSL17.1º77.51%48.82%-
HSV(B)17.1º87.33%86.67%-
XYZ33.1221.643.53-
YUV117.9977.22201.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 66.57%
GREEN value IS 83 (32.81% from 255) = 25%
BLUE value IS 28 (11.33% from 255) = 8.43%
R=66.57%
G=25%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221832800.620.870.1317.177.5148.82
HexDD531C03E57D114e31
Octal33512334076127152111661
Binary11011101101001111100011111010101111101100011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd531c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd531c; }

 p { color: rgb(221,83,28); }

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

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

 a { background-color: rgb(221,83,28); }

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

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

 span { border-color: rgb(221,83,28); }

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