Shades of Chocolate #D96225
Tints of Chocolate #D96225
RGB
CMYK
RGB Variations
Color information
#D96225 (or 0xD96225) is known color: Chocolate. HEX triplet: D9, 62 and 25. RGB value is (217,98,37). Sum of RGB (Red+Green+Blue) = 217+98+37=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D96225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96225 is #269DDA. Grayscale: #7E7E7E. Windows color (decimal): -2530779 or 2450137. OLE color: 2450137.
HSL color Cylindrical-coordinate representation of color #D96225: hue angle of 20.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D96225 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 98 | 37 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.15 |
| HSL | 20.33º | 0.71% | 0.5% | - |
| HSV(B) | 20.33º | 0.83% | 0.85% | - |
| XYZ | 33.32 | 23.62 | 4.55 | - |
| YUV | 126.63 | 77.42 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 37 | 0 | 0.55 | 0.83 | 0.15 | 20.33 | 0.71 | 0.5 |
| Hex | D9 | 62 | 25 | 0 | 37 | 53 | F | 14 | 47 | 32 |
| Octal | 331 | 142 | 45 | 0 | 67 | 123 | 17 | 24 | 107 | 62 |
| Binary | 11011001 | 1100010 | 100101 | 0 | 110111 | 1010011 | 1111 | 10100 | 1000111 | 110010 |
Color Harmonies of #D96225
Complementary color
Monochromatic Colors of #D96225
Black with #D96225
Text Example
Text Example
White with #D96225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96225; }
p { color: rgb(217,98,37); }
H1.HeaderClassName
{
color: #D96225;
}
.AnyTagClassName
{
color: #D96225;
}
</style>
background-color css
<style>
a { background-color: #D96225; }
a { background-color: rgb(217,98,37); }
div.DivClassName
{
background-color: #D96225;
}
.BgClassName
{
background-color: #D96225;
}
</style>
border-color css
<style>
span { border-color: #D96225; }
span { border-color: rgb(217,98,37); }
td.TdClassName
{
border-color: #D96225;
}
.TagClassName
{
border-color: #D96225;
}
</style>