Shades of Chocolate #D75D19
Tints of Chocolate #D75D19
RGB
CMYK
RGB Variations
Color information
#D75D19 (or 0xD75D19) is known color: Chocolate. HEX triplet: D7, 5D and 19. RGB value is (215,93,25). Sum of RGB (Red+Green+Blue) = 215+93+25=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75D19 is #28A2E6. Grayscale: #7A7A7A. Windows color (decimal): -2663143 or 1662423. OLE color: 1662423.
HSL color Cylindrical-coordinate representation of color #D75D19: hue angle of 21.47º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D75D19 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 25 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.16 |
| HSL | 21.47º | 0.79% | 0.47% | - |
| HSV(B) | 21.47º | 0.88% | 0.84% | - |
| XYZ | 32.11 | 22.35 | 3.54 | - |
| YUV | 121.73 | 73.42 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 25 | 0 | 0.57 | 0.88 | 0.16 | 21.47 | 0.79 | 0.47 |
| Hex | D7 | 5D | 19 | 0 | 39 | 58 | 10 | 15 | 4F | 2F |
| Octal | 327 | 135 | 31 | 0 | 71 | 130 | 20 | 25 | 117 | 57 |
| Binary | 11010111 | 1011101 | 11001 | 0 | 111001 | 1011000 | 10000 | 10101 | 1001111 | 101111 |
Color Harmonies of #D75D19
Complementary color
Monochromatic Colors of #D75D19
Black with #D75D19
Text Example
Text Example
White with #D75D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D19; }
p { color: rgb(215,93,25); }
H1.HeaderClassName
{
color: #D75D19;
}
.AnyTagClassName
{
color: #D75D19;
}
</style>
background-color css
<style>
a { background-color: #D75D19; }
a { background-color: rgb(215,93,25); }
div.DivClassName
{
background-color: #D75D19;
}
.BgClassName
{
background-color: #D75D19;
}
</style>
border-color css
<style>
span { border-color: #D75D19; }
span { border-color: rgb(215,93,25); }
td.TdClassName
{
border-color: #D75D19;
}
.TagClassName
{
border-color: #D75D19;
}
</style>