Shades of Chocolate #D06621
Tints of Chocolate #D06621
RGB
CMYK
RGB Variations
Color information
#D06621 (or 0xD06621) is known color: Chocolate. HEX triplet: D0, 66 and 21. RGB value is (208,102,33). Sum of RGB (Red+Green+Blue) = 208+102+33=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D06621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06621 is #2F99DE. Grayscale: #7E7E7E. Windows color (decimal): -3119583 or 2189008. OLE color: 2189008.
HSL color Cylindrical-coordinate representation of color #D06621: hue angle of 23.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D06621 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 33 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.18 |
| HSL | 23.66º | 0.73% | 0.47% | - |
| HSV(B) | 23.66º | 0.84% | 0.82% | - |
| XYZ | 31.04 | 23.02 | 4.25 | - |
| YUV | 125.83 | 75.62 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 33 | 0 | 0.51 | 0.84 | 0.18 | 23.66 | 0.73 | 0.47 |
| Hex | D0 | 66 | 21 | 0 | 33 | 54 | 12 | 18 | 49 | 2F |
| Octal | 320 | 146 | 41 | 0 | 63 | 124 | 22 | 30 | 111 | 57 |
| Binary | 11010000 | 1100110 | 100001 | 0 | 110011 | 1010100 | 10010 | 11000 | 1001001 | 101111 |
Color Harmonies of #D06621
Complementary color
Monochromatic Colors of #D06621
Black with #D06621
Text Example
Text Example
White with #D06621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06621; }
p { color: rgb(208,102,33); }
H1.HeaderClassName
{
color: #D06621;
}
.AnyTagClassName
{
color: #D06621;
}
</style>
background-color css
<style>
a { background-color: #D06621; }
a { background-color: rgb(208,102,33); }
div.DivClassName
{
background-color: #D06621;
}
.BgClassName
{
background-color: #D06621;
}
</style>
border-color css
<style>
span { border-color: #D06621; }
span { border-color: rgb(208,102,33); }
td.TdClassName
{
border-color: #D06621;
}
.TagClassName
{
border-color: #D06621;
}
</style>