Shades of Chocolate #D67413
Tints of Chocolate #D67413
RGB
CMYK
RGB Variations
Color information
#D67413 (or 0xD67413) is known color: Chocolate. HEX triplet: D6, 74 and 13. RGB value is (214,116,19). Sum of RGB (Red+Green+Blue) = 214+116+19=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D67413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67413 is #298BEC. Grayscale: #868686. Windows color (decimal): -2722797 or 1275094. OLE color: 1275094.
HSL color Cylindrical-coordinate representation of color #D67413: hue angle of 29.85º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D67413 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 19 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.16 |
| HSL | 29.85º | 0.84% | 0.46% | - |
| HSV(B) | 29.85º | 0.91% | 0.84% | - |
| XYZ | 34.09 | 26.83 | 4 | - |
| YUV | 134.24 | 62.97 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 19 | 0 | 0.46 | 0.91 | 0.16 | 29.85 | 0.84 | 0.46 |
| Hex | D6 | 74 | 13 | 0 | 2E | 5B | 10 | 1E | 54 | 2E |
| Octal | 326 | 164 | 23 | 0 | 56 | 133 | 20 | 36 | 124 | 56 |
| Binary | 11010110 | 1110100 | 10011 | 0 | 101110 | 1011011 | 10000 | 11110 | 1010100 | 101110 |
Color Harmonies of #D67413
Complementary color
Monochromatic Colors of #D67413
Black with #D67413
Text Example
Text Example
White with #D67413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67413; }
p { color: rgb(214,116,19); }
H1.HeaderClassName
{
color: #D67413;
}
.AnyTagClassName
{
color: #D67413;
}
</style>
background-color css
<style>
a { background-color: #D67413; }
a { background-color: rgb(214,116,19); }
div.DivClassName
{
background-color: #D67413;
}
.BgClassName
{
background-color: #D67413;
}
</style>
border-color css
<style>
span { border-color: #D67413; }
span { border-color: rgb(214,116,19); }
td.TdClassName
{
border-color: #D67413;
}
.TagClassName
{
border-color: #D67413;
}
</style>