Shades of Chocolate #D17009
Tints of Chocolate #D17009
RGB
CMYK
RGB Variations
Color information
#D17009 (or 0xD17009) is known color: Chocolate. HEX triplet: D1, 70 and 09. RGB value is (209,112,9). Sum of RGB (Red+Green+Blue) = 209+112+9=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D17009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17009 is #2E8FF6. Grayscale: #818181. Windows color (decimal): -3051511 or 618705. OLE color: 618705.
HSL color Cylindrical-coordinate representation of color #D17009: hue angle of 30.9º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D17009 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 9 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.18 |
| HSL | 30.9º | 0.92% | 0.43% | - |
| HSV(B) | 30.9º | 0.96% | 0.82% | - |
| XYZ | 32.14 | 25.16 | 3.42 | - |
| YUV | 129.26 | 60.14 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 9 | 0 | 0.46 | 0.96 | 0.18 | 30.9 | 0.92 | 0.43 |
| Hex | D1 | 70 | 9 | 0 | 2E | 60 | 12 | 1F | 5C | 2B |
| Octal | 321 | 160 | 11 | 0 | 56 | 140 | 22 | 37 | 134 | 53 |
| Binary | 11010001 | 1110000 | 1001 | 0 | 101110 | 1100000 | 10010 | 11111 | 1011100 | 101011 |
Color Harmonies of #D17009
Complementary color
Monochromatic Colors of #D17009
Black with #D17009
Text Example
Text Example
White with #D17009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17009; }
p { color: rgb(209,112,9); }
H1.HeaderClassName
{
color: #D17009;
}
.AnyTagClassName
{
color: #D17009;
}
</style>
background-color css
<style>
a { background-color: #D17009; }
a { background-color: rgb(209,112,9); }
div.DivClassName
{
background-color: #D17009;
}
.BgClassName
{
background-color: #D17009;
}
</style>
border-color css
<style>
span { border-color: #D17009; }
span { border-color: rgb(209,112,9); }
td.TdClassName
{
border-color: #D17009;
}
.TagClassName
{
border-color: #D17009;
}
</style>