Shades of Chocolate #D75D17
Tints of Chocolate #D75D17
RGB
CMYK
RGB Variations
Color information
#D75D17 (or 0xD75D17) is known color: Chocolate. HEX triplet: D7, 5D and 17. RGB value is (215,93,23). Sum of RGB (Red+Green+Blue) = 215+93+23=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75D17 is #28A2E8. Grayscale: #797979. Windows color (decimal): -2663145 or 1531351. OLE color: 1531351.
HSL color Cylindrical-coordinate representation of color #D75D17: hue angle of 21.88º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D75D17 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 23 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.16 |
| HSL | 21.88º | 0.81% | 0.47% | - |
| HSV(B) | 21.88º | 0.89% | 0.84% | - |
| XYZ | 32.09 | 22.34 | 3.43 | - |
| YUV | 121.5 | 72.42 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 23 | 0 | 0.57 | 0.89 | 0.16 | 21.88 | 0.81 | 0.47 |
| Hex | D7 | 5D | 17 | 0 | 39 | 59 | 10 | 16 | 51 | 2F |
| Octal | 327 | 135 | 27 | 0 | 71 | 131 | 20 | 26 | 121 | 57 |
| Binary | 11010111 | 1011101 | 10111 | 0 | 111001 | 1011001 | 10000 | 10110 | 1010001 | 101111 |
Color Harmonies of #D75D17
Complementary color
Monochromatic Colors of #D75D17
Black with #D75D17
Text Example
Text Example
White with #D75D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D17; }
p { color: rgb(215,93,23); }
H1.HeaderClassName
{
color: #D75D17;
}
.AnyTagClassName
{
color: #D75D17;
}
</style>
background-color css
<style>
a { background-color: #D75D17; }
a { background-color: rgb(215,93,23); }
div.DivClassName
{
background-color: #D75D17;
}
.BgClassName
{
background-color: #D75D17;
}
</style>
border-color css
<style>
span { border-color: #D75D17; }
span { border-color: rgb(215,93,23); }
td.TdClassName
{
border-color: #D75D17;
}
.TagClassName
{
border-color: #D75D17;
}
</style>