Shades of Chocolate #D65A1F
Tints of Chocolate #D65A1F
RGB
CMYK
RGB Variations
Color information
#D65A1F (or 0xD65A1F) is known color: Chocolate. HEX triplet: D6, 5A and 1F. RGB value is (214,90,31). Sum of RGB (Red+Green+Blue) = 214+90+31=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65A1F is #29A5E0. Grayscale: #787878. Windows color (decimal): -2729441 or 2054870. OLE color: 2054870.
HSL color Cylindrical-coordinate representation of color #D65A1F: hue angle of 19.34º 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 #D65A1F is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 31 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.16 |
| HSL | 19.34º | 0.75% | 0.48% | - |
| HSV(B) | 19.34º | 0.86% | 0.84% | - |
| XYZ | 31.64 | 21.71 | 3.82 | - |
| YUV | 120.35 | 77.58 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 31 | 0 | 0.58 | 0.86 | 0.16 | 19.34 | 0.75 | 0.48 |
| Hex | D6 | 5A | 1F | 0 | 3A | 56 | 10 | 13 | 4B | 30 |
| Octal | 326 | 132 | 37 | 0 | 72 | 126 | 20 | 23 | 113 | 60 |
| Binary | 11010110 | 1011010 | 11111 | 0 | 111010 | 1010110 | 10000 | 10011 | 1001011 | 110000 |
Color Harmonies of #D65A1F
Complementary color
Monochromatic Colors of #D65A1F
Black with #D65A1F
Text Example
Text Example
White with #D65A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65A1F; }
p { color: rgb(214,90,31); }
H1.HeaderClassName
{
color: #D65A1F;
}
.AnyTagClassName
{
color: #D65A1F;
}
</style>
background-color css
<style>
a { background-color: #D65A1F; }
a { background-color: rgb(214,90,31); }
div.DivClassName
{
background-color: #D65A1F;
}
.BgClassName
{
background-color: #D65A1F;
}
</style>
border-color css
<style>
span { border-color: #D65A1F; }
span { border-color: rgb(214,90,31); }
td.TdClassName
{
border-color: #D65A1F;
}
.TagClassName
{
border-color: #D65A1F;
}
</style>