Shades of Chocolate #D95B1A
Tints of Chocolate #D95B1A
RGB
CMYK
RGB Variations
Color information
#D95B1A (or 0xD95B1A) is known color: Chocolate. HEX triplet: D9, 5B and 1A. RGB value is (217,91,26). Sum of RGB (Red+Green+Blue) = 217+91+26=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95B1A is #26A4E5. Grayscale: #797979. Windows color (decimal): -2532582 or 1727449. OLE color: 1727449.
HSL color Cylindrical-coordinate representation of color #D95B1A: hue angle of 20.42º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D95B1A is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 91 | 26 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.15 |
| HSL | 20.42º | 0.79% | 0.48% | - |
| HSV(B) | 20.42º | 0.88% | 0.85% | - |
| XYZ | 32.54 | 22.31 | 3.57 | - |
| YUV | 121.26 | 74.24 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 91 | 26 | 0 | 0.58 | 0.88 | 0.15 | 20.42 | 0.79 | 0.48 |
| Hex | D9 | 5B | 1A | 0 | 3A | 58 | F | 14 | 4F | 30 |
| Octal | 331 | 133 | 32 | 0 | 72 | 130 | 17 | 24 | 117 | 60 |
| Binary | 11011001 | 1011011 | 11010 | 0 | 111010 | 1011000 | 1111 | 10100 | 1001111 | 110000 |
Color Harmonies of #D95B1A
Complementary color
Monochromatic Colors of #D95B1A
Black with #D95B1A
Text Example
Text Example
White with #D95B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95B1A; }
p { color: rgb(217,91,26); }
H1.HeaderClassName
{
color: #D95B1A;
}
.AnyTagClassName
{
color: #D95B1A;
}
</style>
background-color css
<style>
a { background-color: #D95B1A; }
a { background-color: rgb(217,91,26); }
div.DivClassName
{
background-color: #D95B1A;
}
.BgClassName
{
background-color: #D95B1A;
}
</style>
border-color css
<style>
span { border-color: #D95B1A; }
span { border-color: rgb(217,91,26); }
td.TdClassName
{
border-color: #D95B1A;
}
.TagClassName
{
border-color: #D95B1A;
}
</style>