Shades of Chocolate #D66813
Tints of Chocolate #D66813
RGB
CMYK
RGB Variations
Color information
#D66813 (or 0xD66813) is known color: Chocolate. HEX triplet: D6, 68 and 13. RGB value is (214,104,19). Sum of RGB (Red+Green+Blue) = 214+104+19=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D66813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66813 is #2997EC. Grayscale: #7F7F7F. Windows color (decimal): -2725869 or 1272022. OLE color: 1272022.
HSL color Cylindrical-coordinate representation of color #D66813: hue angle of 26.15º 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 #D66813 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 19 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.16 |
| HSL | 26.15º | 0.84% | 0.46% | - |
| HSV(B) | 26.15º | 0.91% | 0.84% | - |
| XYZ | 32.8 | 24.24 | 3.57 | - |
| YUV | 127.2 | 66.94 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 19 | 0 | 0.51 | 0.91 | 0.16 | 26.15 | 0.84 | 0.46 |
| Hex | D6 | 68 | 13 | 0 | 33 | 5B | 10 | 1A | 54 | 2E |
| Octal | 326 | 150 | 23 | 0 | 63 | 133 | 20 | 32 | 124 | 56 |
| Binary | 11010110 | 1101000 | 10011 | 0 | 110011 | 1011011 | 10000 | 11010 | 1010100 | 101110 |
Color Harmonies of #D66813
Complementary color
Monochromatic Colors of #D66813
Black with #D66813
Text Example
Text Example
White with #D66813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66813; }
p { color: rgb(214,104,19); }
H1.HeaderClassName
{
color: #D66813;
}
.AnyTagClassName
{
color: #D66813;
}
</style>
background-color css
<style>
a { background-color: #D66813; }
a { background-color: rgb(214,104,19); }
div.DivClassName
{
background-color: #D66813;
}
.BgClassName
{
background-color: #D66813;
}
</style>
border-color css
<style>
span { border-color: #D66813; }
span { border-color: rgb(214,104,19); }
td.TdClassName
{
border-color: #D66813;
}
.TagClassName
{
border-color: #D66813;
}
</style>