Shades of Chocolate #D06721
Tints of Chocolate #D06721
RGB
CMYK
RGB Variations
Color information
#D06721 (or 0xD06721) is known color: Chocolate. HEX triplet: D0, 67 and 21. RGB value is (208,103,33). Sum of RGB (Red+Green+Blue) = 208+103+33=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D06721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06721 is #2F98DE. Grayscale: #7E7E7E. Windows color (decimal): -3119327 or 2189264. OLE color: 2189264.
HSL color Cylindrical-coordinate representation of color #D06721: hue angle of 24º 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 #D06721 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 33 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.18 |
| HSL | 24º | 0.73% | 0.47% | - |
| HSV(B) | 24º | 0.84% | 0.82% | - |
| XYZ | 31.14 | 23.22 | 4.28 | - |
| YUV | 126.42 | 75.29 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 33 | 0 | 0.50 | 0.84 | 0.18 | 24 | 0.73 | 0.47 |
| Hex | D0 | 67 | 21 | 0 | 32 | 54 | 12 | 18 | 49 | 2F |
| Octal | 320 | 147 | 41 | 0 | 62 | 124 | 22 | 30 | 111 | 57 |
| Binary | 11010000 | 1100111 | 100001 | 0 | 110010 | 1010100 | 10010 | 11000 | 1001001 | 101111 |
Color Harmonies of #D06721
Complementary color
Monochromatic Colors of #D06721
Black with #D06721
Text Example
Text Example
White with #D06721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06721; }
p { color: rgb(208,103,33); }
H1.HeaderClassName
{
color: #D06721;
}
.AnyTagClassName
{
color: #D06721;
}
</style>
background-color css
<style>
a { background-color: #D06721; }
a { background-color: rgb(208,103,33); }
div.DivClassName
{
background-color: #D06721;
}
.BgClassName
{
background-color: #D06721;
}
</style>
border-color css
<style>
span { border-color: #D06721; }
span { border-color: rgb(208,103,33); }
td.TdClassName
{
border-color: #D06721;
}
.TagClassName
{
border-color: #D06721;
}
</style>