Shades of Chocolate #D36922
Tints of Chocolate #D36922
RGB
CMYK
RGB Variations
Color information
#D36922 (or 0xD36922) is known color: Chocolate. HEX triplet: D3, 69 and 22. RGB value is (211,105,34). Sum of RGB (Red+Green+Blue) = 211+105+34=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D36922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36922 is #2C96DD. Grayscale: #808080. Windows color (decimal): -2922206 or 2255315. OLE color: 2255315.
HSL color Cylindrical-coordinate representation of color #D36922: hue angle of 24.07º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D36922 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 34 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.17 |
| HSL | 24.07º | 0.72% | 0.48% | - |
| HSV(B) | 24.07º | 0.84% | 0.83% | - |
| XYZ | 32.2 | 24.07 | 4.46 | - |
| YUV | 128.6 | 74.62 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 34 | 0 | 0.50 | 0.84 | 0.17 | 24.07 | 0.72 | 0.48 |
| Hex | D3 | 69 | 22 | 0 | 32 | 54 | 11 | 18 | 48 | 30 |
| Octal | 323 | 151 | 42 | 0 | 62 | 124 | 21 | 30 | 110 | 60 |
| Binary | 11010011 | 1101001 | 100010 | 0 | 110010 | 1010100 | 10001 | 11000 | 1001000 | 110000 |
Color Harmonies of #D36922
Complementary color
Monochromatic Colors of #D36922
Black with #D36922
Text Example
Text Example
White with #D36922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36922; }
p { color: rgb(211,105,34); }
H1.HeaderClassName
{
color: #D36922;
}
.AnyTagClassName
{
color: #D36922;
}
</style>
background-color css
<style>
a { background-color: #D36922; }
a { background-color: rgb(211,105,34); }
div.DivClassName
{
background-color: #D36922;
}
.BgClassName
{
background-color: #D36922;
}
</style>
border-color css
<style>
span { border-color: #D36922; }
span { border-color: rgb(211,105,34); }
td.TdClassName
{
border-color: #D36922;
}
.TagClassName
{
border-color: #D36922;
}
</style>