Shades of Chocolate #DD6423
Tints of Chocolate #DD6423
RGB
CMYK
RGB Variations
Color information
#DD6423 (or 0xDD6423) is known color: Chocolate. HEX triplet: DD, 64 and 23. RGB value is (221,100,35). Sum of RGB (Red+Green+Blue) = 221+100+35=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 35 (14.06% from 255 or 9.83% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6423 is #229BDC. Grayscale: #818181. Windows color (decimal): -2268125 or 2319581. OLE color: 2319581.
HSL color Cylindrical-coordinate representation of color #DD6423: hue angle of 20.97º 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 #DD6423 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 35 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.13 |
| HSL | 20.97º | 0.73% | 0.5% | - |
| HSV(B) | 20.97º | 0.84% | 0.87% | - |
| XYZ | 34.68 | 24.61 | 4.51 | - |
| YUV | 128.77 | 75.09 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 35 | 0 | 0.55 | 0.84 | 0.13 | 20.97 | 0.73 | 0.5 |
| Hex | DD | 64 | 23 | 0 | 37 | 54 | D | 15 | 49 | 32 |
| Octal | 335 | 144 | 43 | 0 | 67 | 124 | 15 | 25 | 111 | 62 |
| Binary | 11011101 | 1100100 | 100011 | 0 | 110111 | 1010100 | 1101 | 10101 | 1001001 | 110010 |
Color Harmonies of #DD6423
Complementary color
Monochromatic Colors of #DD6423
Black with #DD6423
Text Example
Text Example
White with #DD6423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6423; }
p { color: rgb(221,100,35); }
H1.HeaderClassName
{
color: #DD6423;
}
.AnyTagClassName
{
color: #DD6423;
}
</style>
background-color css
<style>
a { background-color: #DD6423; }
a { background-color: rgb(221,100,35); }
div.DivClassName
{
background-color: #DD6423;
}
.BgClassName
{
background-color: #DD6423;
}
</style>
border-color css
<style>
span { border-color: #DD6423; }
span { border-color: rgb(221,100,35); }
td.TdClassName
{
border-color: #DD6423;
}
.TagClassName
{
border-color: #DD6423;
}
</style>