Shades of Chocolate #D06521
Tints of Chocolate #D06521
RGB
CMYK
RGB Variations
Color information
#D06521 (or 0xD06521) is known color: Chocolate. HEX triplet: D0, 65 and 21. RGB value is (208,101,33). Sum of RGB (Red+Green+Blue) = 208+101+33=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D06521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06521 is #2F9ADE. Grayscale: #7D7D7D. Windows color (decimal): -3119839 or 2188752. OLE color: 2188752.
HSL color Cylindrical-coordinate representation of color #D06521: hue angle of 23.31º 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 #D06521 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 33 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.18 |
| HSL | 23.31º | 0.73% | 0.47% | - |
| HSV(B) | 23.31º | 0.84% | 0.82% | - |
| XYZ | 30.94 | 22.83 | 4.21 | - |
| YUV | 125.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 33 | 0 | 0.51 | 0.84 | 0.18 | 23.31 | 0.73 | 0.47 |
| Hex | D0 | 65 | 21 | 0 | 33 | 54 | 12 | 17 | 49 | 2F |
| Octal | 320 | 145 | 41 | 0 | 63 | 124 | 22 | 27 | 111 | 57 |
| Binary | 11010000 | 1100101 | 100001 | 0 | 110011 | 1010100 | 10010 | 10111 | 1001001 | 101111 |
Color Harmonies of #D06521
Complementary color
Monochromatic Colors of #D06521
Black with #D06521
Text Example
Text Example
White with #D06521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06521; }
p { color: rgb(208,101,33); }
H1.HeaderClassName
{
color: #D06521;
}
.AnyTagClassName
{
color: #D06521;
}
</style>
background-color css
<style>
a { background-color: #D06521; }
a { background-color: rgb(208,101,33); }
div.DivClassName
{
background-color: #D06521;
}
.BgClassName
{
background-color: #D06521;
}
</style>
border-color css
<style>
span { border-color: #D06521; }
span { border-color: rgb(208,101,33); }
td.TdClassName
{
border-color: #D06521;
}
.TagClassName
{
border-color: #D06521;
}
</style>