Shades of Chocolate #D75F14
Tints of Chocolate #D75F14
RGB
CMYK
RGB Variations
Color information
#D75F14 (or 0xD75F14) is known color: Chocolate. HEX triplet: D7, 5F and 14. RGB value is (215,95,20). Sum of RGB (Red+Green+Blue) = 215+95+20=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75F14 is #28A0EB. Grayscale: #7A7A7A. Windows color (decimal): -2662636 or 1335255. OLE color: 1335255.
HSL color Cylindrical-coordinate representation of color #D75F14: hue angle of 23.08º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D75F14 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 95 | 20 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.16 |
| HSL | 23.08º | 0.83% | 0.46% | - |
| HSV(B) | 23.08º | 0.91% | 0.84% | - |
| XYZ | 32.24 | 22.68 | 3.34 | - |
| YUV | 122.33 | 70.26 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 95 | 20 | 0 | 0.56 | 0.91 | 0.16 | 23.08 | 0.83 | 0.46 |
| Hex | D7 | 5F | 14 | 0 | 38 | 5B | 10 | 17 | 53 | 2E |
| Octal | 327 | 137 | 24 | 0 | 70 | 133 | 20 | 27 | 123 | 56 |
| Binary | 11010111 | 1011111 | 10100 | 0 | 111000 | 1011011 | 10000 | 10111 | 1010011 | 101110 |
Color Harmonies of #D75F14
Complementary color
Monochromatic Colors of #D75F14
Black with #D75F14
Text Example
Text Example
White with #D75F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75F14; }
p { color: rgb(215,95,20); }
H1.HeaderClassName
{
color: #D75F14;
}
.AnyTagClassName
{
color: #D75F14;
}
</style>
background-color css
<style>
a { background-color: #D75F14; }
a { background-color: rgb(215,95,20); }
div.DivClassName
{
background-color: #D75F14;
}
.BgClassName
{
background-color: #D75F14;
}
</style>
border-color css
<style>
span { border-color: #D75F14; }
span { border-color: rgb(215,95,20); }
td.TdClassName
{
border-color: #D75F14;
}
.TagClassName
{
border-color: #D75F14;
}
</style>