Shades of Chocolate #D65D1A
Tints of Chocolate #D65D1A
RGB
CMYK
RGB Variations
Color information
#D65D1A (or 0xD65D1A) is known color: Chocolate. HEX triplet: D6, 5D and 1A. RGB value is (214,93,26). Sum of RGB (Red+Green+Blue) = 214+93+26=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65D1A is #29A2E5. Grayscale: #797979. Windows color (decimal): -2728678 or 1727958. OLE color: 1727958.
HSL color Cylindrical-coordinate representation of color #D65D1A: hue angle of 21.38º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D65D1A is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 26 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.16 |
| HSL | 21.38º | 0.78% | 0.47% | - |
| HSV(B) | 21.38º | 0.88% | 0.84% | - |
| XYZ | 31.83 | 22.2 | 3.58 | - |
| YUV | 121.54 | 74.09 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 26 | 0 | 0.57 | 0.88 | 0.16 | 21.38 | 0.78 | 0.47 |
| Hex | D6 | 5D | 1A | 0 | 39 | 58 | 10 | 15 | 4E | 2F |
| Octal | 326 | 135 | 32 | 0 | 71 | 130 | 20 | 25 | 116 | 57 |
| Binary | 11010110 | 1011101 | 11010 | 0 | 111001 | 1011000 | 10000 | 10101 | 1001110 | 101111 |
Color Harmonies of #D65D1A
Complementary color
Monochromatic Colors of #D65D1A
Black with #D65D1A
Text Example
Text Example
White with #D65D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D1A; }
p { color: rgb(214,93,26); }
H1.HeaderClassName
{
color: #D65D1A;
}
.AnyTagClassName
{
color: #D65D1A;
}
</style>
background-color css
<style>
a { background-color: #D65D1A; }
a { background-color: rgb(214,93,26); }
div.DivClassName
{
background-color: #D65D1A;
}
.BgClassName
{
background-color: #D65D1A;
}
</style>
border-color css
<style>
span { border-color: #D65D1A; }
span { border-color: rgb(214,93,26); }
td.TdClassName
{
border-color: #D65D1A;
}
.TagClassName
{
border-color: #D65D1A;
}
</style>