Shades of Chocolate #DD6812
Tints of Chocolate #DD6812
RGB
CMYK
RGB Variations
Color information
#DD6812 (or 0xDD6812) is known color: Chocolate. HEX triplet: DD, 68 and 12. RGB value is (221,104,18). Sum of RGB (Red+Green+Blue) = 221+104+18=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6812 is #2297ED. Grayscale: #818181. Windows color (decimal): -2267118 or 1206493. OLE color: 1206493.
HSL color Cylindrical-coordinate representation of color #DD6812: hue angle of 25.42º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD6812 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 18 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.13 |
| HSL | 25.42º | 0.85% | 0.47% | - |
| HSV(B) | 25.42º | 0.92% | 0.87% | - |
| XYZ | 34.88 | 25.32 | 3.62 | - |
| YUV | 129.18 | 65.26 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 18 | 0 | 0.53 | 0.92 | 0.13 | 25.42 | 0.85 | 0.47 |
| Hex | DD | 68 | 12 | 0 | 35 | 5C | D | 19 | 55 | 2F |
| Octal | 335 | 150 | 22 | 0 | 65 | 134 | 15 | 31 | 125 | 57 |
| Binary | 11011101 | 1101000 | 10010 | 0 | 110101 | 1011100 | 1101 | 11001 | 1010101 | 101111 |
Color Harmonies of #DD6812
Complementary color
Monochromatic Colors of #DD6812
Black with #DD6812
Text Example
Text Example
White with #DD6812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6812; }
p { color: rgb(221,104,18); }
H1.HeaderClassName
{
color: #DD6812;
}
.AnyTagClassName
{
color: #DD6812;
}
</style>
background-color css
<style>
a { background-color: #DD6812; }
a { background-color: rgb(221,104,18); }
div.DivClassName
{
background-color: #DD6812;
}
.BgClassName
{
background-color: #DD6812;
}
</style>
border-color css
<style>
span { border-color: #DD6812; }
span { border-color: rgb(221,104,18); }
td.TdClassName
{
border-color: #DD6812;
}
.TagClassName
{
border-color: #DD6812;
}
</style>