Shades of Chocolate #D65C13
Tints of Chocolate #D65C13
RGB
CMYK
RGB Variations
Color information
#D65C13 (or 0xD65C13) is known color: Chocolate. HEX triplet: D6, 5C and 13. RGB value is (214,92,19). Sum of RGB (Red+Green+Blue) = 214+92+19=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65C13 is #29A3EC. Grayscale: #787878. Windows color (decimal): -2728941 or 1268950. OLE color: 1268950.
HSL color Cylindrical-coordinate representation of color #D65C13: hue angle of 22.46º 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 #D65C13 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 19 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.16 |
| HSL | 22.46º | 0.84% | 0.46% | - |
| HSV(B) | 22.46º | 0.91% | 0.84% | - |
| XYZ | 31.68 | 22 | 3.19 | - |
| YUV | 120.16 | 70.92 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 19 | 0 | 0.57 | 0.91 | 0.16 | 22.46 | 0.84 | 0.46 |
| Hex | D6 | 5C | 13 | 0 | 39 | 5B | 10 | 16 | 54 | 2E |
| Octal | 326 | 134 | 23 | 0 | 71 | 133 | 20 | 26 | 124 | 56 |
| Binary | 11010110 | 1011100 | 10011 | 0 | 111001 | 1011011 | 10000 | 10110 | 1010100 | 101110 |
Color Harmonies of #D65C13
Complementary color
Monochromatic Colors of #D65C13
Black with #D65C13
Text Example
Text Example
White with #D65C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C13; }
p { color: rgb(214,92,19); }
H1.HeaderClassName
{
color: #D65C13;
}
.AnyTagClassName
{
color: #D65C13;
}
</style>
background-color css
<style>
a { background-color: #D65C13; }
a { background-color: rgb(214,92,19); }
div.DivClassName
{
background-color: #D65C13;
}
.BgClassName
{
background-color: #D65C13;
}
</style>
border-color css
<style>
span { border-color: #D65C13; }
span { border-color: rgb(214,92,19); }
td.TdClassName
{
border-color: #D65C13;
}
.TagClassName
{
border-color: #D65C13;
}
</style>