Shades of Chocolate #DD7714
Tints of Chocolate #DD7714
RGB
CMYK
RGB Variations
Color information
#DD7714 (or 0xDD7714) is known color: Chocolate. HEX triplet: DD, 77 and 14. RGB value is (221,119,20). Sum of RGB (Red+Green+Blue) = 221+119+20=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7714 is #2288EB. Grayscale: #8A8A8A. Windows color (decimal): -2263276 or 1341405. OLE color: 1341405.
HSL color Cylindrical-coordinate representation of color #DD7714: hue angle of 29.55º degrees, saturation: 0.83, 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 #DD7714 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 20 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.13 |
| HSL | 29.55º | 0.83% | 0.47% | - |
| HSV(B) | 29.55º | 0.91% | 0.87% | - |
| XYZ | 36.54 | 28.62 | 4.26 | - |
| YUV | 138.21 | 61.29 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 20 | 0 | 0.46 | 0.91 | 0.13 | 29.55 | 0.83 | 0.47 |
| Hex | DD | 77 | 14 | 0 | 2E | 5B | D | 1E | 53 | 2F |
| Octal | 335 | 167 | 24 | 0 | 56 | 133 | 15 | 36 | 123 | 57 |
| Binary | 11011101 | 1110111 | 10100 | 0 | 101110 | 1011011 | 1101 | 11110 | 1010011 | 101111 |
Color Harmonies of #DD7714
Complementary color
Monochromatic Colors of #DD7714
Black with #DD7714
Text Example
Text Example
White with #DD7714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7714; }
p { color: rgb(221,119,20); }
H1.HeaderClassName
{
color: #DD7714;
}
.AnyTagClassName
{
color: #DD7714;
}
</style>
background-color css
<style>
a { background-color: #DD7714; }
a { background-color: rgb(221,119,20); }
div.DivClassName
{
background-color: #DD7714;
}
.BgClassName
{
background-color: #DD7714;
}
</style>
border-color css
<style>
span { border-color: #DD7714; }
span { border-color: rgb(221,119,20); }
td.TdClassName
{
border-color: #DD7714;
}
.TagClassName
{
border-color: #DD7714;
}
</style>