Shades of Chocolate #DD6324
Tints of Chocolate #DD6324
RGB
CMYK
RGB Variations
Color information
#DD6324 (or 0xDD6324) is known color: Chocolate. HEX triplet: DD, 63 and 24. RGB value is (221,99,36). Sum of RGB (Red+Green+Blue) = 221+99+36=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6324 is #229CDB. Grayscale: #808080. Windows color (decimal): -2268380 or 2384861. OLE color: 2384861.
HSL color Cylindrical-coordinate representation of color #DD6324: hue angle of 20.43º 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 #DD6324 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 36 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.13 |
| HSL | 20.43º | 0.73% | 0.5% | - |
| HSV(B) | 20.43º | 0.84% | 0.87% | - |
| XYZ | 34.6 | 24.42 | 4.56 | - |
| YUV | 128.3 | 75.92 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 36 | 0 | 0.55 | 0.84 | 0.13 | 20.43 | 0.73 | 0.5 |
| Hex | DD | 63 | 24 | 0 | 37 | 54 | D | 14 | 49 | 32 |
| Octal | 335 | 143 | 44 | 0 | 67 | 124 | 15 | 24 | 111 | 62 |
| Binary | 11011101 | 1100011 | 100100 | 0 | 110111 | 1010100 | 1101 | 10100 | 1001001 | 110010 |
Color Harmonies of #DD6324
Complementary color
Monochromatic Colors of #DD6324
Black with #DD6324
Text Example
Text Example
White with #DD6324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6324; }
p { color: rgb(221,99,36); }
H1.HeaderClassName
{
color: #DD6324;
}
.AnyTagClassName
{
color: #DD6324;
}
</style>
background-color css
<style>
a { background-color: #DD6324; }
a { background-color: rgb(221,99,36); }
div.DivClassName
{
background-color: #DD6324;
}
.BgClassName
{
background-color: #DD6324;
}
</style>
border-color css
<style>
span { border-color: #DD6324; }
span { border-color: rgb(221,99,36); }
td.TdClassName
{
border-color: #DD6324;
}
.TagClassName
{
border-color: #DD6324;
}
</style>