Shades of Chocolate #D95D19
Tints of Chocolate #D95D19
RGB
CMYK
RGB Variations
Color information
#D95D19 (or 0xD95D19) is known color: Chocolate. HEX triplet: D9, 5D and 19. RGB value is (217,93,25). Sum of RGB (Red+Green+Blue) = 217+93+25=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95D19 is #26A2E6. Grayscale: #7A7A7A. Windows color (decimal): -2532071 or 1662425. OLE color: 1662425.
HSL color Cylindrical-coordinate representation of color #D95D19: hue angle of 21.25º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D95D19 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 93 | 25 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.15 |
| HSL | 21.25º | 0.79% | 0.47% | - |
| HSV(B) | 21.25º | 0.88% | 0.85% | - |
| XYZ | 32.71 | 22.65 | 3.57 | - |
| YUV | 122.32 | 73.08 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 93 | 25 | 0 | 0.57 | 0.88 | 0.15 | 21.25 | 0.79 | 0.47 |
| Hex | D9 | 5D | 19 | 0 | 39 | 58 | F | 15 | 4F | 2F |
| Octal | 331 | 135 | 31 | 0 | 71 | 130 | 17 | 25 | 117 | 57 |
| Binary | 11011001 | 1011101 | 11001 | 0 | 111001 | 1011000 | 1111 | 10101 | 1001111 | 101111 |
Color Harmonies of #D95D19
Complementary color
Monochromatic Colors of #D95D19
Black with #D95D19
Text Example
Text Example
White with #D95D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95D19; }
p { color: rgb(217,93,25); }
H1.HeaderClassName
{
color: #D95D19;
}
.AnyTagClassName
{
color: #D95D19;
}
</style>
background-color css
<style>
a { background-color: #D95D19; }
a { background-color: rgb(217,93,25); }
div.DivClassName
{
background-color: #D95D19;
}
.BgClassName
{
background-color: #D95D19;
}
</style>
border-color css
<style>
span { border-color: #D95D19; }
span { border-color: rgb(217,93,25); }
td.TdClassName
{
border-color: #D95D19;
}
.TagClassName
{
border-color: #D95D19;
}
</style>