Shades of Chocolate #DD6613
Tints of Chocolate #DD6613
RGB
CMYK
RGB Variations
Color information
#DD6613 (or 0xDD6613) is known color: Chocolate. HEX triplet: DD, 66 and 13. RGB value is (221,102,19). Sum of RGB (Red+Green+Blue) = 221+102+19=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6613 is #2299EC. Grayscale: #808080. Windows color (decimal): -2267629 or 1271517. OLE color: 1271517.
HSL color Cylindrical-coordinate representation of color #DD6613: hue angle of 24.65º 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 #DD6613 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 19 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.13 |
| HSL | 24.65º | 0.84% | 0.47% | - |
| HSV(B) | 24.65º | 0.91% | 0.87% | - |
| XYZ | 34.69 | 24.92 | 3.6 | - |
| YUV | 128.12 | 66.42 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 19 | 0 | 0.54 | 0.91 | 0.13 | 24.65 | 0.84 | 0.47 |
| Hex | DD | 66 | 13 | 0 | 36 | 5B | D | 19 | 54 | 2F |
| Octal | 335 | 146 | 23 | 0 | 66 | 133 | 15 | 31 | 124 | 57 |
| Binary | 11011101 | 1100110 | 10011 | 0 | 110110 | 1011011 | 1101 | 11001 | 1010100 | 101111 |
Color Harmonies of #DD6613
Complementary color
Monochromatic Colors of #DD6613
Black with #DD6613
Text Example
Text Example
White with #DD6613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6613; }
p { color: rgb(221,102,19); }
H1.HeaderClassName
{
color: #DD6613;
}
.AnyTagClassName
{
color: #DD6613;
}
</style>
background-color css
<style>
a { background-color: #DD6613; }
a { background-color: rgb(221,102,19); }
div.DivClassName
{
background-color: #DD6613;
}
.BgClassName
{
background-color: #DD6613;
}
</style>
border-color css
<style>
span { border-color: #DD6613; }
span { border-color: rgb(221,102,19); }
td.TdClassName
{
border-color: #DD6613;
}
.TagClassName
{
border-color: #DD6613;
}
</style>