Shades of Chocolate #D95C14
Tints of Chocolate #D95C14
RGB
CMYK
RGB Variations
Color information
#D95C14 (or 0xD95C14) is known color: Chocolate. HEX triplet: D9, 5C and 14. RGB value is (217,92,20). Sum of RGB (Red+Green+Blue) = 217+92+20=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95C14 is #26A3EB. Grayscale: #797979. Windows color (decimal): -2532332 or 1334489. OLE color: 1334489.
HSL color Cylindrical-coordinate representation of color #D95C14: hue angle of 21.93º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D95C14 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 92 | 20 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.15 |
| HSL | 21.93º | 0.83% | 0.46% | - |
| HSV(B) | 21.93º | 0.91% | 0.85% | - |
| XYZ | 32.57 | 22.46 | 3.28 | - |
| YUV | 121.17 | 70.91 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 20 | 0 | 0.58 | 0.91 | 0.15 | 21.93 | 0.83 | 0.46 |
| Hex | D9 | 5C | 14 | 0 | 3A | 5B | F | 16 | 53 | 2E |
| Octal | 331 | 134 | 24 | 0 | 72 | 133 | 17 | 26 | 123 | 56 |
| Binary | 11011001 | 1011100 | 10100 | 0 | 111010 | 1011011 | 1111 | 10110 | 1010011 | 101110 |
Color Harmonies of #D95C14
Complementary color
Monochromatic Colors of #D95C14
Black with #D95C14
Text Example
Text Example
White with #D95C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95C14; }
p { color: rgb(217,92,20); }
H1.HeaderClassName
{
color: #D95C14;
}
.AnyTagClassName
{
color: #D95C14;
}
</style>
background-color css
<style>
a { background-color: #D95C14; }
a { background-color: rgb(217,92,20); }
div.DivClassName
{
background-color: #D95C14;
}
.BgClassName
{
background-color: #D95C14;
}
</style>
border-color css
<style>
span { border-color: #D95C14; }
span { border-color: rgb(217,92,20); }
td.TdClassName
{
border-color: #D95C14;
}
.TagClassName
{
border-color: #D95C14;
}
</style>