#DD6112

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

Shades of Chocolate #DD6112

Tints of Chocolate #DD6112

Color information

#DD6112 (or 0xDD6112) is unknown color: approx Chocolate. HEX triplet: DD, 61 and 12. RGB value is (221,97,18). Sum of RGB (Red+Green+Blue) = 221+97+18=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6112 is #229EED. Grayscale: #7D7D7D. Windows color (decimal): -2268910 or 1204701. OLE color: 1204701.

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

Color convert

RGB2219718-
CMYK00.560.920.13
HSL23.35º84.94%46.86%-
HSV(B)23.35º91.86%86.67%-
XYZ34.223.973.4-
YUV125.0767.58196.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65.77%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 18 (7.42% from 255) = 5.36%
R=65.77%
G=28.87%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221971800.560.920.1323.3584.9446.86
HexDD61120385CD17552f
Octal33514122070134152712557
Binary11011101110000110010011100010111001101101111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6112; }

 p { color: rgb(221,97,18); }

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

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

 a { background-color: rgb(221,97,18); }

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

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

 span { border-color: rgb(221,97,18); }

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