Shades of Chocolate #DD7713
Tints of Chocolate #DD7713
RGB
CMYK
RGB Variations
Color information
#DD7713 (or 0xDD7713) is known color: Chocolate. HEX triplet: DD, 77 and 13. RGB value is (221,119,19). Sum of RGB (Red+Green+Blue) = 221+119+19=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7713 is #2288EC. Grayscale: #8A8A8A. Windows color (decimal): -2263277 or 1275869. OLE color: 1275869.
HSL color Cylindrical-coordinate representation of color #DD7713: hue angle of 29.7º 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 #DD7713 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 19 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.13 |
| HSL | 29.7º | 0.84% | 0.47% | - |
| HSV(B) | 29.7º | 0.91% | 0.87% | - |
| XYZ | 36.53 | 28.61 | 4.21 | - |
| YUV | 138.1 | 60.79 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 19 | 0 | 0.46 | 0.91 | 0.13 | 29.7 | 0.84 | 0.47 |
| Hex | DD | 77 | 13 | 0 | 2E | 5B | D | 1E | 54 | 2F |
| Octal | 335 | 167 | 23 | 0 | 56 | 133 | 15 | 36 | 124 | 57 |
| Binary | 11011101 | 1110111 | 10011 | 0 | 101110 | 1011011 | 1101 | 11110 | 1010100 | 101111 |
Color Harmonies of #DD7713
Complementary color
Monochromatic Colors of #DD7713
Black with #DD7713
Text Example
Text Example
White with #DD7713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7713; }
p { color: rgb(221,119,19); }
H1.HeaderClassName
{
color: #DD7713;
}
.AnyTagClassName
{
color: #DD7713;
}
</style>
background-color css
<style>
a { background-color: #DD7713; }
a { background-color: rgb(221,119,19); }
div.DivClassName
{
background-color: #DD7713;
}
.BgClassName
{
background-color: #DD7713;
}
</style>
border-color css
<style>
span { border-color: #DD7713; }
span { border-color: rgb(221,119,19); }
td.TdClassName
{
border-color: #DD7713;
}
.TagClassName
{
border-color: #DD7713;
}
</style>