Shades of Chocolate #D9511B
Tints of Chocolate #D9511B
RGB
CMYK
RGB Variations
Color information
#D9511B (or 0xD9511B) is known color: Chocolate. HEX triplet: D9, 51 and 1B. RGB value is (217,81,27). Sum of RGB (Red+Green+Blue) = 217+81+27=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D9511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9511B is #26AEE4. Grayscale: #737373. Windows color (decimal): -2535141 or 1790425. OLE color: 1790425.
HSL color Cylindrical-coordinate representation of color #D9511B: hue angle of 17.05º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9511B is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 27 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.15 |
| HSL | 17.05º | 0.78% | 0.48% | - |
| HSV(B) | 17.05º | 0.88% | 0.85% | - |
| XYZ | 31.76 | 20.72 | 3.36 | - |
| YUV | 115.51 | 78.06 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 27 | 0 | 0.63 | 0.88 | 0.15 | 17.05 | 0.78 | 0.48 |
| Hex | D9 | 51 | 1B | 0 | 3F | 58 | F | 11 | 4E | 30 |
| Octal | 331 | 121 | 33 | 0 | 77 | 130 | 17 | 21 | 116 | 60 |
| Binary | 11011001 | 1010001 | 11011 | 0 | 111111 | 1011000 | 1111 | 10001 | 1001110 | 110000 |
Color Harmonies of #D9511B
Complementary color
Monochromatic Colors of #D9511B
Black with #D9511B
Text Example
Text Example
White with #D9511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9511B; }
p { color: rgb(217,81,27); }
H1.HeaderClassName
{
color: #D9511B;
}
.AnyTagClassName
{
color: #D9511B;
}
</style>
background-color css
<style>
a { background-color: #D9511B; }
a { background-color: rgb(217,81,27); }
div.DivClassName
{
background-color: #D9511B;
}
.BgClassName
{
background-color: #D9511B;
}
</style>
border-color css
<style>
span { border-color: #D9511B; }
span { border-color: rgb(217,81,27); }
td.TdClassName
{
border-color: #D9511B;
}
.TagClassName
{
border-color: #D9511B;
}
</style>