Shades of Chocolate #D9701A
Tints of Chocolate #D9701A
RGB
CMYK
RGB Variations
Color information
#D9701A (or 0xD9701A) is known color: Chocolate. HEX triplet: D9, 70 and 1A. RGB value is (217,112,26). Sum of RGB (Red+Green+Blue) = 217+112+26=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D9701A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9701A is #268FE5. Grayscale: #868686. Windows color (decimal): -2527206 or 1732825. OLE color: 1732825.
HSL color Cylindrical-coordinate representation of color #D9701A: hue angle of 27.02º 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 #D9701A is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 26 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.15 |
| HSL | 27.02º | 0.79% | 0.48% | - |
| HSV(B) | 27.02º | 0.88% | 0.85% | - |
| XYZ | 34.6 | 26.41 | 4.25 | - |
| YUV | 133.59 | 67.29 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 26 | 0 | 0.48 | 0.88 | 0.15 | 27.02 | 0.79 | 0.48 |
| Hex | D9 | 70 | 1A | 0 | 30 | 58 | F | 1B | 4F | 30 |
| Octal | 331 | 160 | 32 | 0 | 60 | 130 | 17 | 33 | 117 | 60 |
| Binary | 11011001 | 1110000 | 11010 | 0 | 110000 | 1011000 | 1111 | 11011 | 1001111 | 110000 |
Color Harmonies of #D9701A
Complementary color
Monochromatic Colors of #D9701A
Black with #D9701A
Text Example
Text Example
White with #D9701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9701A; }
p { color: rgb(217,112,26); }
H1.HeaderClassName
{
color: #D9701A;
}
.AnyTagClassName
{
color: #D9701A;
}
</style>
background-color css
<style>
a { background-color: #D9701A; }
a { background-color: rgb(217,112,26); }
div.DivClassName
{
background-color: #D9701A;
}
.BgClassName
{
background-color: #D9701A;
}
</style>
border-color css
<style>
span { border-color: #D9701A; }
span { border-color: rgb(217,112,26); }
td.TdClassName
{
border-color: #D9701A;
}
.TagClassName
{
border-color: #D9701A;
}
</style>