Shades of Chocolate #DD7615
Tints of Chocolate #DD7615
RGB
CMYK
RGB Variations
Color information
#DD7615 (or 0xDD7615) is known color: Chocolate. HEX triplet: DD, 76 and 15. RGB value is (221,118,21). Sum of RGB (Red+Green+Blue) = 221+118+21=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7615 is #2289EA. Grayscale: #8A8A8A. Windows color (decimal): -2263531 or 1406685. OLE color: 1406685.
HSL color Cylindrical-coordinate representation of color #DD7615: hue angle of 29.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD7615 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 21 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.13 |
| HSL | 29.1º | 0.83% | 0.47% | - |
| HSV(B) | 29.1º | 0.9% | 0.87% | - |
| XYZ | 36.43 | 28.38 | 4.27 | - |
| YUV | 137.74 | 62.12 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 21 | 0 | 0.47 | 0.90 | 0.13 | 29.1 | 0.83 | 0.47 |
| Hex | DD | 76 | 15 | 0 | 2F | 5A | D | 1D | 53 | 2F |
| Octal | 335 | 166 | 25 | 0 | 57 | 132 | 15 | 35 | 123 | 57 |
| Binary | 11011101 | 1110110 | 10101 | 0 | 101111 | 1011010 | 1101 | 11101 | 1010011 | 101111 |
Color Harmonies of #DD7615
Complementary color
Monochromatic Colors of #DD7615
Black with #DD7615
Text Example
Text Example
White with #DD7615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7615; }
p { color: rgb(221,118,21); }
H1.HeaderClassName
{
color: #DD7615;
}
.AnyTagClassName
{
color: #DD7615;
}
</style>
background-color css
<style>
a { background-color: #DD7615; }
a { background-color: rgb(221,118,21); }
div.DivClassName
{
background-color: #DD7615;
}
.BgClassName
{
background-color: #DD7615;
}
</style>
border-color css
<style>
span { border-color: #DD7615; }
span { border-color: rgb(221,118,21); }
td.TdClassName
{
border-color: #DD7615;
}
.TagClassName
{
border-color: #DD7615;
}
</style>