Shades of Chocolate #D95A20
Tints of Chocolate #D95A20
RGB
CMYK
RGB Variations
Color information
#D95A20 (or 0xD95A20) is known color: Chocolate. HEX triplet: D9, 5A and 20. RGB value is (217,90,32). Sum of RGB (Red+Green+Blue) = 217+90+32=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95A20 is #26A5DF. Grayscale: #797979. Windows color (decimal): -2532832 or 2120409. OLE color: 2120409.
HSL color Cylindrical-coordinate representation of color #D95A20: hue angle of 18.81º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D95A20 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 90 | 32 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.15 |
| HSL | 18.81º | 0.74% | 0.49% | - |
| HSV(B) | 18.81º | 0.85% | 0.85% | - |
| XYZ | 32.53 | 22.17 | 3.93 | - |
| YUV | 121.36 | 77.58 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 90 | 32 | 0 | 0.59 | 0.85 | 0.15 | 18.81 | 0.74 | 0.49 |
| Hex | D9 | 5A | 20 | 0 | 3B | 55 | F | 13 | 4A | 31 |
| Octal | 331 | 132 | 40 | 0 | 73 | 125 | 17 | 23 | 112 | 61 |
| Binary | 11011001 | 1011010 | 100000 | 0 | 111011 | 1010101 | 1111 | 10011 | 1001010 | 110001 |
Color Harmonies of #D95A20
Complementary color
Monochromatic Colors of #D95A20
Black with #D95A20
Text Example
Text Example
White with #D95A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95A20; }
p { color: rgb(217,90,32); }
H1.HeaderClassName
{
color: #D95A20;
}
.AnyTagClassName
{
color: #D95A20;
}
</style>
background-color css
<style>
a { background-color: #D95A20; }
a { background-color: rgb(217,90,32); }
div.DivClassName
{
background-color: #D95A20;
}
.BgClassName
{
background-color: #D95A20;
}
</style>
border-color css
<style>
span { border-color: #D95A20; }
span { border-color: rgb(217,90,32); }
td.TdClassName
{
border-color: #D95A20;
}
.TagClassName
{
border-color: #D95A20;
}
</style>