Shades of Chocolate #D06922
Tints of Chocolate #D06922
RGB
CMYK
RGB Variations
Color information
#D06922 (or 0xD06922) is known color: Chocolate. HEX triplet: D0, 69 and 22. RGB value is (208,105,34). Sum of RGB (Red+Green+Blue) = 208+105+34=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D06922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06922 is #2F96DD. Grayscale: #808080. Windows color (decimal): -3118814 or 2255312. OLE color: 2255312.
HSL color Cylindrical-coordinate representation of color #D06922: hue angle of 24.48º degrees, saturation: 0.72, 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 #D06922 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 34 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.18 |
| HSL | 24.48º | 0.72% | 0.47% | - |
| HSV(B) | 24.48º | 0.84% | 0.82% | - |
| XYZ | 31.35 | 23.63 | 4.42 | - |
| YUV | 127.7 | 75.12 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 34 | 0 | 0.50 | 0.84 | 0.18 | 24.48 | 0.72 | 0.47 |
| Hex | D0 | 69 | 22 | 0 | 32 | 54 | 12 | 18 | 48 | 2F |
| Octal | 320 | 151 | 42 | 0 | 62 | 124 | 22 | 30 | 110 | 57 |
| Binary | 11010000 | 1101001 | 100010 | 0 | 110010 | 1010100 | 10010 | 11000 | 1001000 | 101111 |
Color Harmonies of #D06922
Complementary color
Monochromatic Colors of #D06922
Black with #D06922
Text Example
Text Example
White with #D06922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06922; }
p { color: rgb(208,105,34); }
H1.HeaderClassName
{
color: #D06922;
}
.AnyTagClassName
{
color: #D06922;
}
</style>
background-color css
<style>
a { background-color: #D06922; }
a { background-color: rgb(208,105,34); }
div.DivClassName
{
background-color: #D06922;
}
.BgClassName
{
background-color: #D06922;
}
</style>
border-color css
<style>
span { border-color: #D06922; }
span { border-color: rgb(208,105,34); }
td.TdClassName
{
border-color: #D06922;
}
.TagClassName
{
border-color: #D06922;
}
</style>