Shades of Chocolate #D95C1F
Tints of Chocolate #D95C1F
RGB
CMYK
RGB Variations
Color information
#D95C1F (or 0xD95C1F) is known color: Chocolate. HEX triplet: D9, 5C and 1F. RGB value is (217,92,31). Sum of RGB (Red+Green+Blue) = 217+92+31=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95C1F is #26A3E0. Grayscale: #7A7A7A. Windows color (decimal): -2532321 or 2055385. OLE color: 2055385.
HSL color Cylindrical-coordinate representation of color #D95C1F: hue angle of 19.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D95C1F is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 92 | 31 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.15 |
| HSL | 19.68º | 0.75% | 0.49% | - |
| HSV(B) | 19.68º | 0.86% | 0.85% | - |
| XYZ | 32.69 | 22.5 | 3.92 | - |
| YUV | 122.42 | 76.41 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 31 | 0 | 0.58 | 0.86 | 0.15 | 19.68 | 0.75 | 0.49 |
| Hex | D9 | 5C | 1F | 0 | 3A | 56 | F | 14 | 4B | 31 |
| Octal | 331 | 134 | 37 | 0 | 72 | 126 | 17 | 24 | 113 | 61 |
| Binary | 11011001 | 1011100 | 11111 | 0 | 111010 | 1010110 | 1111 | 10100 | 1001011 | 110001 |
Color Harmonies of #D95C1F
Complementary color
Monochromatic Colors of #D95C1F
Black with #D95C1F
Text Example
Text Example
White with #D95C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95C1F; }
p { color: rgb(217,92,31); }
H1.HeaderClassName
{
color: #D95C1F;
}
.AnyTagClassName
{
color: #D95C1F;
}
</style>
background-color css
<style>
a { background-color: #D95C1F; }
a { background-color: rgb(217,92,31); }
div.DivClassName
{
background-color: #D95C1F;
}
.BgClassName
{
background-color: #D95C1F;
}
</style>
border-color css
<style>
span { border-color: #D95C1F; }
span { border-color: rgb(217,92,31); }
td.TdClassName
{
border-color: #D95C1F;
}
.TagClassName
{
border-color: #D95C1F;
}
</style>