Shades of Chocolate #D9581F
Tints of Chocolate #D9581F
RGB
CMYK
RGB Variations
Color information
#D9581F (or 0xD9581F) is known color: Chocolate. HEX triplet: D9, 58 and 1F. RGB value is (217,88,31). Sum of RGB (Red+Green+Blue) = 217+88+31=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D9581F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9581F is #26A7E0. Grayscale: #787878. Windows color (decimal): -2533345 or 2054361. OLE color: 2054361.
HSL color Cylindrical-coordinate representation of color #D9581F: hue angle of 18.39º 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 #D9581F is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 88 | 31 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.15 |
| HSL | 18.39º | 0.75% | 0.49% | - |
| HSV(B) | 18.39º | 0.86% | 0.85% | - |
| XYZ | 32.35 | 21.83 | 3.8 | - |
| YUV | 120.07 | 77.74 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 31 | 0 | 0.59 | 0.86 | 0.15 | 18.39 | 0.75 | 0.49 |
| Hex | D9 | 58 | 1F | 0 | 3B | 56 | F | 12 | 4B | 31 |
| Octal | 331 | 130 | 37 | 0 | 73 | 126 | 17 | 22 | 113 | 61 |
| Binary | 11011001 | 1011000 | 11111 | 0 | 111011 | 1010110 | 1111 | 10010 | 1001011 | 110001 |
Color Harmonies of #D9581F
Complementary color
Monochromatic Colors of #D9581F
Black with #D9581F
Text Example
Text Example
White with #D9581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9581F; }
p { color: rgb(217,88,31); }
H1.HeaderClassName
{
color: #D9581F;
}
.AnyTagClassName
{
color: #D9581F;
}
</style>
background-color css
<style>
a { background-color: #D9581F; }
a { background-color: rgb(217,88,31); }
div.DivClassName
{
background-color: #D9581F;
}
.BgClassName
{
background-color: #D9581F;
}
</style>
border-color css
<style>
span { border-color: #D9581F; }
span { border-color: rgb(217,88,31); }
td.TdClassName
{
border-color: #D9581F;
}
.TagClassName
{
border-color: #D9581F;
}
</style>