Shades of Chocolate #DD511A
Tints of Chocolate #DD511A
RGB
CMYK
RGB Variations
Color information
#DD511A (or 0xDD511A) is known color: Chocolate. HEX triplet: DD, 51 and 1A. RGB value is (221,81,26). Sum of RGB (Red+Green+Blue) = 221+81+26=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD511A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD511A is #22AEE5. Grayscale: #747474. Windows color (decimal): -2272998 or 1724893. OLE color: 1724893.
HSL color Cylindrical-coordinate representation of color #DD511A: hue angle of 16.92º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD511A is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 26 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.13 |
| HSL | 16.92º | 0.79% | 0.48% | - |
| HSV(B) | 16.92º | 0.88% | 0.87% | - |
| XYZ | 32.95 | 21.33 | 3.36 | - |
| YUV | 116.59 | 76.88 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 26 | 0 | 0.63 | 0.88 | 0.13 | 16.92 | 0.79 | 0.48 |
| Hex | DD | 51 | 1A | 0 | 3F | 58 | D | 11 | 4F | 30 |
| Octal | 335 | 121 | 32 | 0 | 77 | 130 | 15 | 21 | 117 | 60 |
| Binary | 11011101 | 1010001 | 11010 | 0 | 111111 | 1011000 | 1101 | 10001 | 1001111 | 110000 |
Color Harmonies of #DD511A
Complementary color
Monochromatic Colors of #DD511A
Black with #DD511A
Text Example
Text Example
White with #DD511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD511A; }
p { color: rgb(221,81,26); }
H1.HeaderClassName
{
color: #DD511A;
}
.AnyTagClassName
{
color: #DD511A;
}
</style>
background-color css
<style>
a { background-color: #DD511A; }
a { background-color: rgb(221,81,26); }
div.DivClassName
{
background-color: #DD511A;
}
.BgClassName
{
background-color: #DD511A;
}
</style>
border-color css
<style>
span { border-color: #DD511A; }
span { border-color: rgb(221,81,26); }
td.TdClassName
{
border-color: #DD511A;
}
.TagClassName
{
border-color: #DD511A;
}
</style>