Shades of Chocolate #DD6225
Tints of Chocolate #DD6225
RGB
CMYK
RGB Variations
Color information
#DD6225 (or 0xDD6225) is known color: Chocolate. HEX triplet: DD, 62 and 25. RGB value is (221,98,37). Sum of RGB (Red+Green+Blue) = 221+98+37=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6225 is #229DDA. Grayscale: #808080. Windows color (decimal): -2268635 or 2450141. OLE color: 2450141.
HSL color Cylindrical-coordinate representation of color #DD6225: hue angle of 19.89º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD6225 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 37 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.13 |
| HSL | 19.89º | 0.73% | 0.51% | - |
| HSV(B) | 19.89º | 0.83% | 0.87% | - |
| XYZ | 34.52 | 24.24 | 4.61 | - |
| YUV | 127.82 | 76.75 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 37 | 0 | 0.56 | 0.83 | 0.13 | 19.89 | 0.73 | 0.51 |
| Hex | DD | 62 | 25 | 0 | 38 | 53 | D | 14 | 49 | 33 |
| Octal | 335 | 142 | 45 | 0 | 70 | 123 | 15 | 24 | 111 | 63 |
| Binary | 11011101 | 1100010 | 100101 | 0 | 111000 | 1010011 | 1101 | 10100 | 1001001 | 110011 |
Color Harmonies of #DD6225
Complementary color
Monochromatic Colors of #DD6225
Black with #DD6225
Text Example
Text Example
White with #DD6225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6225; }
p { color: rgb(221,98,37); }
H1.HeaderClassName
{
color: #DD6225;
}
.AnyTagClassName
{
color: #DD6225;
}
</style>
background-color css
<style>
a { background-color: #DD6225; }
a { background-color: rgb(221,98,37); }
div.DivClassName
{
background-color: #DD6225;
}
.BgClassName
{
background-color: #DD6225;
}
</style>
border-color css
<style>
span { border-color: #DD6225; }
span { border-color: rgb(221,98,37); }
td.TdClassName
{
border-color: #DD6225;
}
.TagClassName
{
border-color: #DD6225;
}
</style>