Shades of Chocolate #D17022
Tints of Chocolate #D17022
RGB
CMYK
RGB Variations
Color information
#D17022 (or 0xD17022) is known color: Chocolate. HEX triplet: D1, 70 and 22. RGB value is (209,112,34). Sum of RGB (Red+Green+Blue) = 209+112+34=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D17022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17022 is #2E8FDD. Grayscale: #848484. Windows color (decimal): -3051486 or 2257105. OLE color: 2257105.
HSL color Cylindrical-coordinate representation of color #D17022: hue angle of 26.74º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D17022 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 34 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.18 |
| HSL | 26.74º | 0.72% | 0.48% | - |
| HSV(B) | 26.74º | 0.84% | 0.82% | - |
| XYZ | 32.38 | 25.26 | 4.68 | - |
| YUV | 132.11 | 72.64 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 34 | 0 | 0.46 | 0.84 | 0.18 | 26.74 | 0.72 | 0.48 |
| Hex | D1 | 70 | 22 | 0 | 2E | 54 | 12 | 1B | 48 | 30 |
| Octal | 321 | 160 | 42 | 0 | 56 | 124 | 22 | 33 | 110 | 60 |
| Binary | 11010001 | 1110000 | 100010 | 0 | 101110 | 1010100 | 10010 | 11011 | 1001000 | 110000 |
Color Harmonies of #D17022
Complementary color
Monochromatic Colors of #D17022
Black with #D17022
Text Example
Text Example
White with #D17022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17022; }
p { color: rgb(209,112,34); }
H1.HeaderClassName
{
color: #D17022;
}
.AnyTagClassName
{
color: #D17022;
}
</style>
background-color css
<style>
a { background-color: #D17022; }
a { background-color: rgb(209,112,34); }
div.DivClassName
{
background-color: #D17022;
}
.BgClassName
{
background-color: #D17022;
}
</style>
border-color css
<style>
span { border-color: #D17022; }
span { border-color: rgb(209,112,34); }
td.TdClassName
{
border-color: #D17022;
}
.TagClassName
{
border-color: #D17022;
}
</style>