Shades of Chocolate #DD511C
Tints of Chocolate #DD511C
RGB
CMYK
RGB Variations
Color information
#DD511C (or 0xDD511C) is known color: Chocolate. HEX triplet: DD, 51 and 1C. RGB value is (221,81,28). Sum of RGB (Red+Green+Blue) = 221+81+28=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD511C is #22AEE3. Grayscale: #757575. Windows color (decimal): -2272996 or 1855965. OLE color: 1855965.
HSL color Cylindrical-coordinate representation of color #DD511C: hue angle of 16.48º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD511C is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 28 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.13 |
| HSL | 16.48º | 0.78% | 0.49% | - |
| HSV(B) | 16.48º | 0.87% | 0.87% | - |
| XYZ | 32.97 | 21.34 | 3.48 | - |
| YUV | 116.82 | 77.88 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 28 | 0 | 0.63 | 0.87 | 0.13 | 16.48 | 0.78 | 0.49 |
| Hex | DD | 51 | 1C | 0 | 3F | 57 | D | 10 | 4E | 31 |
| Octal | 335 | 121 | 34 | 0 | 77 | 127 | 15 | 20 | 116 | 61 |
| Binary | 11011101 | 1010001 | 11100 | 0 | 111111 | 1010111 | 1101 | 10000 | 1001110 | 110001 |
Color Harmonies of #DD511C
Complementary color
Monochromatic Colors of #DD511C
Black with #DD511C
Text Example
Text Example
White with #DD511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD511C; }
p { color: rgb(221,81,28); }
H1.HeaderClassName
{
color: #DD511C;
}
.AnyTagClassName
{
color: #DD511C;
}
</style>
background-color css
<style>
a { background-color: #DD511C; }
a { background-color: rgb(221,81,28); }
div.DivClassName
{
background-color: #DD511C;
}
.BgClassName
{
background-color: #DD511C;
}
</style>
border-color css
<style>
span { border-color: #DD511C; }
span { border-color: rgb(221,81,28); }
td.TdClassName
{
border-color: #DD511C;
}
.TagClassName
{
border-color: #DD511C;
}
</style>