Shades of Chocolate #D9691D
Tints of Chocolate #D9691D
RGB
CMYK
RGB Variations
Color information
#D9691D (or 0xD9691D) is known color: Chocolate. HEX triplet: D9, 69 and 1D. RGB value is (217,105,29). Sum of RGB (Red+Green+Blue) = 217+105+29=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D9691D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9691D is #2696E2. Grayscale: #828282. Windows color (decimal): -2528995 or 1927641. OLE color: 1927641.
HSL color Cylindrical-coordinate representation of color #D9691D: hue angle of 24.26º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9691D is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 29 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.15 |
| HSL | 24.26º | 0.76% | 0.48% | - |
| HSV(B) | 24.26º | 0.87% | 0.85% | - |
| XYZ | 33.89 | 24.94 | 4.19 | - |
| YUV | 129.82 | 71.11 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 29 | 0 | 0.52 | 0.87 | 0.15 | 24.26 | 0.76 | 0.48 |
| Hex | D9 | 69 | 1D | 0 | 34 | 57 | F | 18 | 4C | 30 |
| Octal | 331 | 151 | 35 | 0 | 64 | 127 | 17 | 30 | 114 | 60 |
| Binary | 11011001 | 1101001 | 11101 | 0 | 110100 | 1010111 | 1111 | 11000 | 1001100 | 110000 |
Color Harmonies of #D9691D
Complementary color
Monochromatic Colors of #D9691D
Black with #D9691D
Text Example
Text Example
White with #D9691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9691D; }
p { color: rgb(217,105,29); }
H1.HeaderClassName
{
color: #D9691D;
}
.AnyTagClassName
{
color: #D9691D;
}
</style>
background-color css
<style>
a { background-color: #D9691D; }
a { background-color: rgb(217,105,29); }
div.DivClassName
{
background-color: #D9691D;
}
.BgClassName
{
background-color: #D9691D;
}
</style>
border-color css
<style>
span { border-color: #D9691D; }
span { border-color: rgb(217,105,29); }
td.TdClassName
{
border-color: #D9691D;
}
.TagClassName
{
border-color: #D9691D;
}
</style>