Shades of Chocolate #D9690D
Tints of Chocolate #D9690D
RGB
CMYK
RGB Variations
Color information
#D9690D (or 0xD9690D) is known color: Chocolate. HEX triplet: D9, 69 and 0D. RGB value is (217,105,13). Sum of RGB (Red+Green+Blue) = 217+105+13=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D9690D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9690D is #2696F2. Grayscale: #808080. Windows color (decimal): -2529011 or 879065. OLE color: 879065.
HSL color Cylindrical-coordinate representation of color #D9690D: hue angle of 27.06º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9690D is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 13 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.15 |
| HSL | 27.06º | 0.89% | 0.45% | - |
| HSV(B) | 27.06º | 0.94% | 0.85% | - |
| XYZ | 33.74 | 24.88 | 3.41 | - |
| YUV | 128 | 63.11 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 13 | 0 | 0.52 | 0.94 | 0.15 | 27.06 | 0.89 | 0.45 |
| Hex | D9 | 69 | D | 0 | 34 | 5E | F | 1B | 59 | 2D |
| Octal | 331 | 151 | 15 | 0 | 64 | 136 | 17 | 33 | 131 | 55 |
| Binary | 11011001 | 1101001 | 1101 | 0 | 110100 | 1011110 | 1111 | 11011 | 1011001 | 101101 |
Color Harmonies of #D9690D
Complementary color
Monochromatic Colors of #D9690D
Black with #D9690D
Text Example
Text Example
White with #D9690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9690D; }
p { color: rgb(217,105,13); }
H1.HeaderClassName
{
color: #D9690D;
}
.AnyTagClassName
{
color: #D9690D;
}
</style>
background-color css
<style>
a { background-color: #D9690D; }
a { background-color: rgb(217,105,13); }
div.DivClassName
{
background-color: #D9690D;
}
.BgClassName
{
background-color: #D9690D;
}
</style>
border-color css
<style>
span { border-color: #D9690D; }
span { border-color: rgb(217,105,13); }
td.TdClassName
{
border-color: #D9690D;
}
.TagClassName
{
border-color: #D9690D;
}
</style>