Shades of Chocolate #D65D1E
Tints of Chocolate #D65D1E
RGB
CMYK
RGB Variations
Color information
#D65D1E (or 0xD65D1E) is known color: Chocolate. HEX triplet: D6, 5D and 1E. RGB value is (214,93,30). Sum of RGB (Red+Green+Blue) = 214+93+30=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65D1E is #29A2E1. Grayscale: #7A7A7A. Windows color (decimal): -2728674 or 1990102. OLE color: 1990102.
HSL color Cylindrical-coordinate representation of color #D65D1E: hue angle of 20.54º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D65D1E is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 30 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.16 |
| HSL | 20.54º | 0.75% | 0.48% | - |
| HSV(B) | 20.54º | 0.86% | 0.84% | - |
| XYZ | 31.88 | 22.22 | 3.84 | - |
| YUV | 122 | 76.09 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 30 | 0 | 0.57 | 0.86 | 0.16 | 20.54 | 0.75 | 0.48 |
| Hex | D6 | 5D | 1E | 0 | 39 | 56 | 10 | 15 | 4B | 30 |
| Octal | 326 | 135 | 36 | 0 | 71 | 126 | 20 | 25 | 113 | 60 |
| Binary | 11010110 | 1011101 | 11110 | 0 | 111001 | 1010110 | 10000 | 10101 | 1001011 | 110000 |
Color Harmonies of #D65D1E
Complementary color
Monochromatic Colors of #D65D1E
Black with #D65D1E
Text Example
Text Example
White with #D65D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D1E; }
p { color: rgb(214,93,30); }
H1.HeaderClassName
{
color: #D65D1E;
}
.AnyTagClassName
{
color: #D65D1E;
}
</style>
background-color css
<style>
a { background-color: #D65D1E; }
a { background-color: rgb(214,93,30); }
div.DivClassName
{
background-color: #D65D1E;
}
.BgClassName
{
background-color: #D65D1E;
}
</style>
border-color css
<style>
span { border-color: #D65D1E; }
span { border-color: rgb(214,93,30); }
td.TdClassName
{
border-color: #D65D1E;
}
.TagClassName
{
border-color: #D65D1E;
}
</style>