Shades of Chocolate #D8681F
Tints of Chocolate #D8681F
RGB
CMYK
RGB Variations
Color information
#D8681F (or 0xD8681F) is known color: Chocolate. HEX triplet: D8, 68 and 1F. RGB value is (216,104,31). Sum of RGB (Red+Green+Blue) = 216+104+31=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D8681F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8681F is #2797E0. Grayscale: #818181. Windows color (decimal): -2594785 or 2058456. OLE color: 2058456.
HSL color Cylindrical-coordinate representation of color #D8681F: hue angle of 23.68º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8681F is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 104 | 31 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.15 |
| HSL | 23.68º | 0.75% | 0.48% | - |
| HSV(B) | 23.68º | 0.86% | 0.85% | - |
| XYZ | 33.52 | 24.6 | 4.28 | - |
| YUV | 129.17 | 72.61 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 104 | 31 | 0 | 0.52 | 0.86 | 0.15 | 23.68 | 0.75 | 0.48 |
| Hex | D8 | 68 | 1F | 0 | 34 | 56 | F | 18 | 4B | 30 |
| Octal | 330 | 150 | 37 | 0 | 64 | 126 | 17 | 30 | 113 | 60 |
| Binary | 11011000 | 1101000 | 11111 | 0 | 110100 | 1010110 | 1111 | 11000 | 1001011 | 110000 |
Color Harmonies of #D8681F
Complementary color
Monochromatic Colors of #D8681F
Black with #D8681F
Text Example
Text Example
White with #D8681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8681F; }
p { color: rgb(216,104,31); }
H1.HeaderClassName
{
color: #D8681F;
}
.AnyTagClassName
{
color: #D8681F;
}
</style>
background-color css
<style>
a { background-color: #D8681F; }
a { background-color: rgb(216,104,31); }
div.DivClassName
{
background-color: #D8681F;
}
.BgClassName
{
background-color: #D8681F;
}
</style>
border-color css
<style>
span { border-color: #D8681F; }
span { border-color: rgb(216,104,31); }
td.TdClassName
{
border-color: #D8681F;
}
.TagClassName
{
border-color: #D8681F;
}
</style>