Shades of Chocolate #D1680F
Tints of Chocolate #D1680F
RGB
CMYK
RGB Variations
Color information
#D1680F (or 0xD1680F) is known color: Chocolate. HEX triplet: D1, 68 and 0F. RGB value is (209,104,15). Sum of RGB (Red+Green+Blue) = 209+104+15=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D1680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1680F is #2E97F0. Grayscale: #7D7D7D. Windows color (decimal): -3053553 or 1009873. OLE color: 1009873.
HSL color Cylindrical-coordinate representation of color #D1680F: hue angle of 27.53º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1680F is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 15 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.18 |
| HSL | 27.53º | 0.87% | 0.44% | - |
| HSV(B) | 27.53º | 0.93% | 0.82% | - |
| XYZ | 31.33 | 23.49 | 3.33 | - |
| YUV | 125.25 | 65.79 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 15 | 0 | 0.50 | 0.93 | 0.18 | 27.53 | 0.87 | 0.44 |
| Hex | D1 | 68 | F | 0 | 32 | 5D | 12 | 1C | 57 | 2C |
| Octal | 321 | 150 | 17 | 0 | 62 | 135 | 22 | 34 | 127 | 54 |
| Binary | 11010001 | 1101000 | 1111 | 0 | 110010 | 1011101 | 10010 | 11100 | 1010111 | 101100 |
Color Harmonies of #D1680F
Complementary color
Monochromatic Colors of #D1680F
Black with #D1680F
Text Example
Text Example
White with #D1680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1680F; }
p { color: rgb(209,104,15); }
H1.HeaderClassName
{
color: #D1680F;
}
.AnyTagClassName
{
color: #D1680F;
}
</style>
background-color css
<style>
a { background-color: #D1680F; }
a { background-color: rgb(209,104,15); }
div.DivClassName
{
background-color: #D1680F;
}
.BgClassName
{
background-color: #D1680F;
}
</style>
border-color css
<style>
span { border-color: #D1680F; }
span { border-color: rgb(209,104,15); }
td.TdClassName
{
border-color: #D1680F;
}
.TagClassName
{
border-color: #D1680F;
}
</style>