Shades of Chocolate #D1690B
Tints of Chocolate #D1690B
RGB
CMYK
RGB Variations
Color information
#D1690B (or 0xD1690B) is known color: Chocolate. HEX triplet: D1, 69 and 0B. RGB value is (209,105,11). Sum of RGB (Red+Green+Blue) = 209+105+11=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D1690B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1690B is #2E96F4. Grayscale: #7D7D7D. Windows color (decimal): -3053301 or 747985. OLE color: 747985.
HSL color Cylindrical-coordinate representation of color #D1690B: hue angle of 28.48º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1690B is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 11 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.18 |
| HSL | 28.48º | 0.9% | 0.43% | - |
| HSV(B) | 28.48º | 0.95% | 0.82% | - |
| XYZ | 31.41 | 23.68 | 3.23 | - |
| YUV | 125.38 | 63.46 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 11 | 0 | 0.50 | 0.95 | 0.18 | 28.48 | 0.9 | 0.43 |
| Hex | D1 | 69 | B | 0 | 32 | 5F | 12 | 1C | 5A | 2B |
| Octal | 321 | 151 | 13 | 0 | 62 | 137 | 22 | 34 | 132 | 53 |
| Binary | 11010001 | 1101001 | 1011 | 0 | 110010 | 1011111 | 10010 | 11100 | 1011010 | 101011 |
Color Harmonies of #D1690B
Complementary color
Monochromatic Colors of #D1690B
Black with #D1690B
Text Example
Text Example
White with #D1690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1690B; }
p { color: rgb(209,105,11); }
H1.HeaderClassName
{
color: #D1690B;
}
.AnyTagClassName
{
color: #D1690B;
}
</style>
background-color css
<style>
a { background-color: #D1690B; }
a { background-color: rgb(209,105,11); }
div.DivClassName
{
background-color: #D1690B;
}
.BgClassName
{
background-color: #D1690B;
}
</style>
border-color css
<style>
span { border-color: #D1690B; }
span { border-color: rgb(209,105,11); }
td.TdClassName
{
border-color: #D1690B;
}
.TagClassName
{
border-color: #D1690B;
}
</style>