Shades of Chocolate #D95721
Tints of Chocolate #D95721
RGB
CMYK
RGB Variations
Color information
#D95721 (or 0xD95721) is known color: Chocolate. HEX triplet: D9, 57 and 21. RGB value is (217,87,33). Sum of RGB (Red+Green+Blue) = 217+87+33=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D95721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95721 is #26A8DE. Grayscale: #787878. Windows color (decimal): -2533599 or 2185177. OLE color: 2185177.
HSL color Cylindrical-coordinate representation of color #D95721: hue angle of 17.61º 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 #D95721 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 33 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.15 |
| HSL | 17.61º | 0.74% | 0.49% | - |
| HSV(B) | 17.61º | 0.85% | 0.85% | - |
| XYZ | 32.3 | 21.68 | 3.92 | - |
| YUV | 119.71 | 79.07 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 33 | 0 | 0.60 | 0.85 | 0.15 | 17.61 | 0.74 | 0.49 |
| Hex | D9 | 57 | 21 | 0 | 3C | 55 | F | 12 | 4A | 31 |
| Octal | 331 | 127 | 41 | 0 | 74 | 125 | 17 | 22 | 112 | 61 |
| Binary | 11011001 | 1010111 | 100001 | 0 | 111100 | 1010101 | 1111 | 10010 | 1001010 | 110001 |
Color Harmonies of #D95721
Complementary color
Monochromatic Colors of #D95721
Black with #D95721
Text Example
Text Example
White with #D95721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95721; }
p { color: rgb(217,87,33); }
H1.HeaderClassName
{
color: #D95721;
}
.AnyTagClassName
{
color: #D95721;
}
</style>
background-color css
<style>
a { background-color: #D95721; }
a { background-color: rgb(217,87,33); }
div.DivClassName
{
background-color: #D95721;
}
.BgClassName
{
background-color: #D95721;
}
</style>
border-color css
<style>
span { border-color: #D95721; }
span { border-color: rgb(217,87,33); }
td.TdClassName
{
border-color: #D95721;
}
.TagClassName
{
border-color: #D95721;
}
</style>