Shades of Chocolate #D06820
Tints of Chocolate #D06820
RGB
CMYK
RGB Variations
Color information
#D06820 (or 0xD06820) is known color: Chocolate. HEX triplet: D0, 68 and 20. RGB value is (208,104,32). Sum of RGB (Red+Green+Blue) = 208+104+32=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D06820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06820 is #2F97DF. Grayscale: #7F7F7F. Windows color (decimal): -3119072 or 2123984. OLE color: 2123984.
HSL color Cylindrical-coordinate representation of color #D06820: hue angle of 24.55º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D06820 is Cyan = 0, Magento = 0.5, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 32 | - |
| CMYK | 0 | 0.5 | 0.85 | 0.18 |
| HSL | 24.55º | 0.73% | 0.47% | - |
| HSV(B) | 24.55º | 0.85% | 0.82% | - |
| XYZ | 31.22 | 23.41 | 4.24 | - |
| YUV | 126.89 | 74.46 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 32 | 0 | 0.5 | 0.85 | 0.18 | 24.55 | 0.73 | 0.47 |
| Hex | D0 | 68 | 20 | 0 | 32 | 55 | 12 | 19 | 49 | 2F |
| Octal | 320 | 150 | 40 | 0 | 62 | 125 | 22 | 31 | 111 | 57 |
| Binary | 11010000 | 1101000 | 100000 | 0 | 110010 | 1010101 | 10010 | 11001 | 1001001 | 101111 |
Color Harmonies of #D06820
Complementary color
Monochromatic Colors of #D06820
Black with #D06820
Text Example
Text Example
White with #D06820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06820; }
p { color: rgb(208,104,32); }
H1.HeaderClassName
{
color: #D06820;
}
.AnyTagClassName
{
color: #D06820;
}
</style>
background-color css
<style>
a { background-color: #D06820; }
a { background-color: rgb(208,104,32); }
div.DivClassName
{
background-color: #D06820;
}
.BgClassName
{
background-color: #D06820;
}
</style>
border-color css
<style>
span { border-color: #D06820; }
span { border-color: rgb(208,104,32); }
td.TdClassName
{
border-color: #D06820;
}
.TagClassName
{
border-color: #D06820;
}
</style>