Shades of Chocolate #D95A1F
Tints of Chocolate #D95A1F
RGB
CMYK
RGB Variations
Color information
#D95A1F (or 0xD95A1F) is known color: Chocolate. HEX triplet: D9, 5A and 1F. RGB value is (217,90,31). Sum of RGB (Red+Green+Blue) = 217+90+31=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95A1F is #26A5E0. Grayscale: #797979. Windows color (decimal): -2532833 or 2054873. OLE color: 2054873.
HSL color Cylindrical-coordinate representation of color #D95A1F: hue angle of 19.03º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D95A1F is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 90 | 31 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.15 |
| HSL | 19.03º | 0.75% | 0.49% | - |
| HSV(B) | 19.03º | 0.86% | 0.85% | - |
| XYZ | 32.52 | 22.16 | 3.86 | - |
| YUV | 121.25 | 77.08 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 90 | 31 | 0 | 0.59 | 0.86 | 0.15 | 19.03 | 0.75 | 0.49 |
| Hex | D9 | 5A | 1F | 0 | 3B | 56 | F | 13 | 4B | 31 |
| Octal | 331 | 132 | 37 | 0 | 73 | 126 | 17 | 23 | 113 | 61 |
| Binary | 11011001 | 1011010 | 11111 | 0 | 111011 | 1010110 | 1111 | 10011 | 1001011 | 110001 |
Color Harmonies of #D95A1F
Complementary color
Monochromatic Colors of #D95A1F
Black with #D95A1F
Text Example
Text Example
White with #D95A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95A1F; }
p { color: rgb(217,90,31); }
H1.HeaderClassName
{
color: #D95A1F;
}
.AnyTagClassName
{
color: #D95A1F;
}
</style>
background-color css
<style>
a { background-color: #D95A1F; }
a { background-color: rgb(217,90,31); }
div.DivClassName
{
background-color: #D95A1F;
}
.BgClassName
{
background-color: #D95A1F;
}
</style>
border-color css
<style>
span { border-color: #D95A1F; }
span { border-color: rgb(217,90,31); }
td.TdClassName
{
border-color: #D95A1F;
}
.TagClassName
{
border-color: #D95A1F;
}
</style>