Shades of Chocolate #DD5714
Tints of Chocolate #DD5714
RGB
CMYK
RGB Variations
Color information
#DD5714 (or 0xDD5714) is known color: Chocolate. HEX triplet: DD, 57 and 14. RGB value is (221,87,20). Sum of RGB (Red+Green+Blue) = 221+87+20=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5714 is #22A8EB. Grayscale: #777777. Windows color (decimal): -2271468 or 1333213. OLE color: 1333213.
HSL color Cylindrical-coordinate representation of color #DD5714: hue angle of 20º 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 #DD5714 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 20 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.13 |
| HSL | 20º | 0.83% | 0.47% | - |
| HSV(B) | 20º | 0.91% | 0.87% | - |
| XYZ | 33.35 | 22.24 | 3.2 | - |
| YUV | 119.43 | 71.89 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 20 | 0 | 0.61 | 0.91 | 0.13 | 20 | 0.83 | 0.47 |
| Hex | DD | 57 | 14 | 0 | 3D | 5B | D | 14 | 53 | 2F |
| Octal | 335 | 127 | 24 | 0 | 75 | 133 | 15 | 24 | 123 | 57 |
| Binary | 11011101 | 1010111 | 10100 | 0 | 111101 | 1011011 | 1101 | 10100 | 1010011 | 101111 |
Color Harmonies of #DD5714
Complementary color
Monochromatic Colors of #DD5714
Black with #DD5714
Text Example
Text Example
White with #DD5714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5714; }
p { color: rgb(221,87,20); }
H1.HeaderClassName
{
color: #DD5714;
}
.AnyTagClassName
{
color: #DD5714;
}
</style>
background-color css
<style>
a { background-color: #DD5714; }
a { background-color: rgb(221,87,20); }
div.DivClassName
{
background-color: #DD5714;
}
.BgClassName
{
background-color: #DD5714;
}
</style>
border-color css
<style>
span { border-color: #DD5714; }
span { border-color: rgb(221,87,20); }
td.TdClassName
{
border-color: #DD5714;
}
.TagClassName
{
border-color: #DD5714;
}
</style>