Shades of Chocolate #D9711A
Tints of Chocolate #D9711A
RGB
CMYK
RGB Variations
Color information
#D9711A (or 0xD9711A) is known color: Chocolate. HEX triplet: D9, 71 and 1A. RGB value is (217,113,26). Sum of RGB (Red+Green+Blue) = 217+113+26=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D9711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9711A is #268EE5. Grayscale: #868686. Windows color (decimal): -2526950 or 1733081. OLE color: 1733081.
HSL color Cylindrical-coordinate representation of color #D9711A: hue angle of 27.33º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9711A is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 113 | 26 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.15 |
| HSL | 27.33º | 0.79% | 0.48% | - |
| HSV(B) | 27.33º | 0.88% | 0.85% | - |
| XYZ | 34.71 | 26.64 | 4.29 | - |
| YUV | 134.18 | 66.96 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 26 | 0 | 0.48 | 0.88 | 0.15 | 27.33 | 0.79 | 0.48 |
| Hex | D9 | 71 | 1A | 0 | 30 | 58 | F | 1B | 4F | 30 |
| Octal | 331 | 161 | 32 | 0 | 60 | 130 | 17 | 33 | 117 | 60 |
| Binary | 11011001 | 1110001 | 11010 | 0 | 110000 | 1011000 | 1111 | 11011 | 1001111 | 110000 |
Color Harmonies of #D9711A
Complementary color
Monochromatic Colors of #D9711A
Black with #D9711A
Text Example
Text Example
White with #D9711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9711A; }
p { color: rgb(217,113,26); }
H1.HeaderClassName
{
color: #D9711A;
}
.AnyTagClassName
{
color: #D9711A;
}
</style>
background-color css
<style>
a { background-color: #D9711A; }
a { background-color: rgb(217,113,26); }
div.DivClassName
{
background-color: #D9711A;
}
.BgClassName
{
background-color: #D9711A;
}
</style>
border-color css
<style>
span { border-color: #D9711A; }
span { border-color: rgb(217,113,26); }
td.TdClassName
{
border-color: #D9711A;
}
.TagClassName
{
border-color: #D9711A;
}
</style>