Shades of Chocolate #D67411
Tints of Chocolate #D67411
RGB
CMYK
RGB Variations
Color information
#D67411 (or 0xD67411) is known color: Chocolate. HEX triplet: D6, 74 and 11. RGB value is (214,116,17). Sum of RGB (Red+Green+Blue) = 214+116+17=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D67411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67411 is #298BEE. Grayscale: #868686. Windows color (decimal): -2722799 or 1144022. OLE color: 1144022.
HSL color Cylindrical-coordinate representation of color #D67411: hue angle of 30.15º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D67411 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 17 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.16 |
| HSL | 30.15º | 0.85% | 0.45% | - |
| HSV(B) | 30.15º | 0.92% | 0.84% | - |
| XYZ | 34.08 | 26.83 | 3.91 | - |
| YUV | 134.02 | 61.97 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 17 | 0 | 0.46 | 0.92 | 0.16 | 30.15 | 0.85 | 0.45 |
| Hex | D6 | 74 | 11 | 0 | 2E | 5C | 10 | 1E | 55 | 2D |
| Octal | 326 | 164 | 21 | 0 | 56 | 134 | 20 | 36 | 125 | 55 |
| Binary | 11010110 | 1110100 | 10001 | 0 | 101110 | 1011100 | 10000 | 11110 | 1010101 | 101101 |
Color Harmonies of #D67411
Complementary color
Monochromatic Colors of #D67411
Black with #D67411
Text Example
Text Example
White with #D67411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67411; }
p { color: rgb(214,116,17); }
H1.HeaderClassName
{
color: #D67411;
}
.AnyTagClassName
{
color: #D67411;
}
</style>
background-color css
<style>
a { background-color: #D67411; }
a { background-color: rgb(214,116,17); }
div.DivClassName
{
background-color: #D67411;
}
.BgClassName
{
background-color: #D67411;
}
</style>
border-color css
<style>
span { border-color: #D67411; }
span { border-color: rgb(214,116,17); }
td.TdClassName
{
border-color: #D67411;
}
.TagClassName
{
border-color: #D67411;
}
</style>