Shades of Chocolate #D65813
Tints of Chocolate #D65813
RGB
CMYK
RGB Variations
Color information
#D65813 (or 0xD65813) is known color: Chocolate. HEX triplet: D6, 58 and 13. RGB value is (214,88,19). Sum of RGB (Red+Green+Blue) = 214+88+19=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D65813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65813 is #29A7EC. Grayscale: #767676. Windows color (decimal): -2729965 or 1267926. OLE color: 1267926.
HSL color Cylindrical-coordinate representation of color #D65813: hue angle of 21.23º 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 #D65813 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 19 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.16 |
| HSL | 21.23º | 0.84% | 0.46% | - |
| HSV(B) | 21.23º | 0.91% | 0.84% | - |
| XYZ | 31.34 | 21.32 | 3.08 | - |
| YUV | 117.81 | 72.24 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 19 | 0 | 0.59 | 0.91 | 0.16 | 21.23 | 0.84 | 0.46 |
| Hex | D6 | 58 | 13 | 0 | 3B | 5B | 10 | 15 | 54 | 2E |
| Octal | 326 | 130 | 23 | 0 | 73 | 133 | 20 | 25 | 124 | 56 |
| Binary | 11010110 | 1011000 | 10011 | 0 | 111011 | 1011011 | 10000 | 10101 | 1010100 | 101110 |
Color Harmonies of #D65813
Complementary color
Monochromatic Colors of #D65813
Black with #D65813
Text Example
Text Example
White with #D65813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65813; }
p { color: rgb(214,88,19); }
H1.HeaderClassName
{
color: #D65813;
}
.AnyTagClassName
{
color: #D65813;
}
</style>
background-color css
<style>
a { background-color: #D65813; }
a { background-color: rgb(214,88,19); }
div.DivClassName
{
background-color: #D65813;
}
.BgClassName
{
background-color: #D65813;
}
</style>
border-color css
<style>
span { border-color: #D65813; }
span { border-color: rgb(214,88,19); }
td.TdClassName
{
border-color: #D65813;
}
.TagClassName
{
border-color: #D65813;
}
</style>