Shades of Chocolate #DD6124
Tints of Chocolate #DD6124
RGB
CMYK
RGB Variations
Color information
#DD6124 (or 0xDD6124) is known color: Chocolate. HEX triplet: DD, 61 and 24. RGB value is (221,97,36). Sum of RGB (Red+Green+Blue) = 221+97+36=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6124 is #229EDB. Grayscale: #7F7F7F. Windows color (decimal): -2268892 or 2384349. OLE color: 2384349.
HSL color Cylindrical-coordinate representation of color #DD6124: hue angle of 19.78º 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 #DD6124 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 36 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.13 |
| HSL | 19.78º | 0.73% | 0.5% | - |
| HSV(B) | 19.78º | 0.84% | 0.87% | - |
| XYZ | 34.41 | 24.05 | 4.5 | - |
| YUV | 127.12 | 76.58 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 36 | 0 | 0.56 | 0.84 | 0.13 | 19.78 | 0.73 | 0.5 |
| Hex | DD | 61 | 24 | 0 | 38 | 54 | D | 14 | 49 | 32 |
| Octal | 335 | 141 | 44 | 0 | 70 | 124 | 15 | 24 | 111 | 62 |
| Binary | 11011101 | 1100001 | 100100 | 0 | 111000 | 1010100 | 1101 | 10100 | 1001001 | 110010 |
Color Harmonies of #DD6124
Complementary color
Monochromatic Colors of #DD6124
Black with #DD6124
Text Example
Text Example
White with #DD6124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6124; }
p { color: rgb(221,97,36); }
H1.HeaderClassName
{
color: #DD6124;
}
.AnyTagClassName
{
color: #DD6124;
}
</style>
background-color css
<style>
a { background-color: #DD6124; }
a { background-color: rgb(221,97,36); }
div.DivClassName
{
background-color: #DD6124;
}
.BgClassName
{
background-color: #DD6124;
}
</style>
border-color css
<style>
span { border-color: #DD6124; }
span { border-color: rgb(221,97,36); }
td.TdClassName
{
border-color: #DD6124;
}
.TagClassName
{
border-color: #DD6124;
}
</style>