Shades of Chocolate #D96525
Tints of Chocolate #D96525
RGB
CMYK
RGB Variations
Color information
#D96525 (or 0xD96525) is known color: Chocolate. HEX triplet: D9, 65 and 25. RGB value is (217,101,37). Sum of RGB (Red+Green+Blue) = 217+101+37=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D96525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96525 is #269ADA. Grayscale: #808080. Windows color (decimal): -2530011 or 2450905. OLE color: 2450905.
HSL color Cylindrical-coordinate representation of color #D96525: hue angle of 21.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 #D96525 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 37 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.15 |
| HSL | 21.33º | 0.71% | 0.5% | - |
| HSV(B) | 21.33º | 0.83% | 0.85% | - |
| XYZ | 33.6 | 24.19 | 4.65 | - |
| YUV | 128.39 | 76.43 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 37 | 0 | 0.53 | 0.83 | 0.15 | 21.33 | 0.71 | 0.5 |
| Hex | D9 | 65 | 25 | 0 | 35 | 53 | F | 15 | 47 | 32 |
| Octal | 331 | 145 | 45 | 0 | 65 | 123 | 17 | 25 | 107 | 62 |
| Binary | 11011001 | 1100101 | 100101 | 0 | 110101 | 1010011 | 1111 | 10101 | 1000111 | 110010 |
Color Harmonies of #D96525
Complementary color
Monochromatic Colors of #D96525
Black with #D96525
Text Example
Text Example
White with #D96525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96525; }
p { color: rgb(217,101,37); }
H1.HeaderClassName
{
color: #D96525;
}
.AnyTagClassName
{
color: #D96525;
}
</style>
background-color css
<style>
a { background-color: #D96525; }
a { background-color: rgb(217,101,37); }
div.DivClassName
{
background-color: #D96525;
}
.BgClassName
{
background-color: #D96525;
}
</style>
border-color css
<style>
span { border-color: #D96525; }
span { border-color: rgb(217,101,37); }
td.TdClassName
{
border-color: #D96525;
}
.TagClassName
{
border-color: #D96525;
}
</style>