Shades of Chocolate #D9551B
Tints of Chocolate #D9551B
RGB
CMYK
RGB Variations
Color information
#D9551B (or 0xD9551B) is known color: Chocolate. HEX triplet: D9, 55 and 1B. RGB value is (217,85,27). Sum of RGB (Red+Green+Blue) = 217+85+27=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D9551B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9551B is #26AAE4. Grayscale: #767676. Windows color (decimal): -2534117 or 1791449. OLE color: 1791449.
HSL color Cylindrical-coordinate representation of color #D9551B: hue angle of 18.32º 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 #D9551B is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 27 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.15 |
| HSL | 18.32º | 0.78% | 0.48% | - |
| HSV(B) | 18.32º | 0.88% | 0.85% | - |
| XYZ | 32.06 | 21.33 | 3.46 | - |
| YUV | 117.86 | 76.73 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 27 | 0 | 0.61 | 0.88 | 0.15 | 18.32 | 0.78 | 0.48 |
| Hex | D9 | 55 | 1B | 0 | 3D | 58 | F | 12 | 4E | 30 |
| Octal | 331 | 125 | 33 | 0 | 75 | 130 | 17 | 22 | 116 | 60 |
| Binary | 11011001 | 1010101 | 11011 | 0 | 111101 | 1011000 | 1111 | 10010 | 1001110 | 110000 |
Color Harmonies of #D9551B
Complementary color
Monochromatic Colors of #D9551B
Black with #D9551B
Text Example
Text Example
White with #D9551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9551B; }
p { color: rgb(217,85,27); }
H1.HeaderClassName
{
color: #D9551B;
}
.AnyTagClassName
{
color: #D9551B;
}
</style>
background-color css
<style>
a { background-color: #D9551B; }
a { background-color: rgb(217,85,27); }
div.DivClassName
{
background-color: #D9551B;
}
.BgClassName
{
background-color: #D9551B;
}
</style>
border-color css
<style>
span { border-color: #D9551B; }
span { border-color: rgb(217,85,27); }
td.TdClassName
{
border-color: #D9551B;
}
.TagClassName
{
border-color: #D9551B;
}
</style>