Shades of Chocolate #DD7514
Tints of Chocolate #DD7514
RGB
CMYK
RGB Variations
Color information
#DD7514 (or 0xDD7514) is known color: Chocolate. HEX triplet: DD, 75 and 14. RGB value is (221,117,20). Sum of RGB (Red+Green+Blue) = 221+117+20=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7514 is #228AEB. Grayscale: #898989. Windows color (decimal): -2263788 or 1340893. OLE color: 1340893.
HSL color Cylindrical-coordinate representation of color #DD7514: hue angle of 28.96º 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 #DD7514 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 20 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.13 |
| HSL | 28.96º | 0.83% | 0.47% | - |
| HSV(B) | 28.96º | 0.91% | 0.87% | - |
| XYZ | 36.31 | 28.15 | 4.18 | - |
| YUV | 137.04 | 61.96 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 20 | 0 | 0.47 | 0.91 | 0.13 | 28.96 | 0.83 | 0.47 |
| Hex | DD | 75 | 14 | 0 | 2F | 5B | D | 1D | 53 | 2F |
| Octal | 335 | 165 | 24 | 0 | 57 | 133 | 15 | 35 | 123 | 57 |
| Binary | 11011101 | 1110101 | 10100 | 0 | 101111 | 1011011 | 1101 | 11101 | 1010011 | 101111 |
Color Harmonies of #DD7514
Complementary color
Monochromatic Colors of #DD7514
Black with #DD7514
Text Example
Text Example
White with #DD7514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7514; }
p { color: rgb(221,117,20); }
H1.HeaderClassName
{
color: #DD7514;
}
.AnyTagClassName
{
color: #DD7514;
}
</style>
background-color css
<style>
a { background-color: #DD7514; }
a { background-color: rgb(221,117,20); }
div.DivClassName
{
background-color: #DD7514;
}
.BgClassName
{
background-color: #DD7514;
}
</style>
border-color css
<style>
span { border-color: #DD7514; }
span { border-color: rgb(221,117,20); }
td.TdClassName
{
border-color: #DD7514;
}
.TagClassName
{
border-color: #DD7514;
}
</style>