Shades of Chocolate #DD7213
Tints of Chocolate #DD7213
RGB
CMYK
RGB Variations
Color information
#DD7213 (or 0xDD7213) is known color: Chocolate. HEX triplet: DD, 72 and 13. RGB value is (221,114,19). Sum of RGB (Red+Green+Blue) = 221+114+19=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7213 is #228DEC. Grayscale: #878787. Windows color (decimal): -2264557 or 1274589. OLE color: 1274589.
HSL color Cylindrical-coordinate representation of color #DD7213: hue angle of 28.22º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD7213 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 19 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.13 |
| HSL | 28.22º | 0.84% | 0.47% | - |
| HSV(B) | 28.22º | 0.91% | 0.87% | - |
| XYZ | 35.95 | 27.45 | 4.02 | - |
| YUV | 135.16 | 62.45 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 19 | 0 | 0.48 | 0.91 | 0.13 | 28.22 | 0.84 | 0.47 |
| Hex | DD | 72 | 13 | 0 | 30 | 5B | D | 1C | 54 | 2F |
| Octal | 335 | 162 | 23 | 0 | 60 | 133 | 15 | 34 | 124 | 57 |
| Binary | 11011101 | 1110010 | 10011 | 0 | 110000 | 1011011 | 1101 | 11100 | 1010100 | 101111 |
Color Harmonies of #DD7213
Complementary color
Monochromatic Colors of #DD7213
Black with #DD7213
Text Example
Text Example
White with #DD7213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7213; }
p { color: rgb(221,114,19); }
H1.HeaderClassName
{
color: #DD7213;
}
.AnyTagClassName
{
color: #DD7213;
}
</style>
background-color css
<style>
a { background-color: #DD7213; }
a { background-color: rgb(221,114,19); }
div.DivClassName
{
background-color: #DD7213;
}
.BgClassName
{
background-color: #DD7213;
}
</style>
border-color css
<style>
span { border-color: #DD7213; }
span { border-color: rgb(221,114,19); }
td.TdClassName
{
border-color: #DD7213;
}
.TagClassName
{
border-color: #DD7213;
}
</style>