Shades of Chocolate #DD6F13
Tints of Chocolate #DD6F13
RGB
CMYK
RGB Variations
Color information
#DD6F13 (or 0xDD6F13) is known color: Chocolate. HEX triplet: DD, 6F and 13. RGB value is (221,111,19). Sum of RGB (Red+Green+Blue) = 221+111+19=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6F13 is #2290EC. Grayscale: #858585. Windows color (decimal): -2265325 or 1273821. OLE color: 1273821.
HSL color Cylindrical-coordinate representation of color #DD6F13: hue angle of 27.33º 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 #DD6F13 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 19 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.13 |
| HSL | 27.33º | 0.84% | 0.47% | - |
| HSV(B) | 27.33º | 0.91% | 0.87% | - |
| XYZ | 35.62 | 26.79 | 3.91 | - |
| YUV | 133.4 | 63.44 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 19 | 0 | 0.50 | 0.91 | 0.13 | 27.33 | 0.84 | 0.47 |
| Hex | DD | 6F | 13 | 0 | 32 | 5B | D | 1B | 54 | 2F |
| Octal | 335 | 157 | 23 | 0 | 62 | 133 | 15 | 33 | 124 | 57 |
| Binary | 11011101 | 1101111 | 10011 | 0 | 110010 | 1011011 | 1101 | 11011 | 1010100 | 101111 |
Color Harmonies of #DD6F13
Complementary color
Monochromatic Colors of #DD6F13
Black with #DD6F13
Text Example
Text Example
White with #DD6F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F13; }
p { color: rgb(221,111,19); }
H1.HeaderClassName
{
color: #DD6F13;
}
.AnyTagClassName
{
color: #DD6F13;
}
</style>
background-color css
<style>
a { background-color: #DD6F13; }
a { background-color: rgb(221,111,19); }
div.DivClassName
{
background-color: #DD6F13;
}
.BgClassName
{
background-color: #DD6F13;
}
</style>
border-color css
<style>
span { border-color: #DD6F13; }
span { border-color: rgb(221,111,19); }
td.TdClassName
{
border-color: #DD6F13;
}
.TagClassName
{
border-color: #DD6F13;
}
</style>