Shades of Chocolate #D5511D
Tints of Chocolate #D5511D
RGB
CMYK
RGB Variations
Color information
#D5511D (or 0xD5511D) is known color: Chocolate. HEX triplet: D5, 51 and 1D. RGB value is (213,81,29). Sum of RGB (Red+Green+Blue) = 213+81+29=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D5511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5511D is #2AAEE2. Grayscale: #727272. Windows color (decimal): -2797283 or 1921493. OLE color: 1921493.
HSL color Cylindrical-coordinate representation of color #D5511D: hue angle of 16.96º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5511D is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 29 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.16 |
| HSL | 16.96º | 0.76% | 0.47% | - |
| HSV(B) | 16.96º | 0.86% | 0.84% | - |
| XYZ | 30.6 | 20.12 | 3.43 | - |
| YUV | 114.54 | 79.73 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 29 | 0 | 0.62 | 0.86 | 0.16 | 16.96 | 0.76 | 0.47 |
| Hex | D5 | 51 | 1D | 0 | 3E | 56 | 10 | 11 | 4C | 2F |
| Octal | 325 | 121 | 35 | 0 | 76 | 126 | 20 | 21 | 114 | 57 |
| Binary | 11010101 | 1010001 | 11101 | 0 | 111110 | 1010110 | 10000 | 10001 | 1001100 | 101111 |
Color Harmonies of #D5511D
Complementary color
Monochromatic Colors of #D5511D
Black with #D5511D
Text Example
Text Example
White with #D5511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5511D; }
p { color: rgb(213,81,29); }
H1.HeaderClassName
{
color: #D5511D;
}
.AnyTagClassName
{
color: #D5511D;
}
</style>
background-color css
<style>
a { background-color: #D5511D; }
a { background-color: rgb(213,81,29); }
div.DivClassName
{
background-color: #D5511D;
}
.BgClassName
{
background-color: #D5511D;
}
</style>
border-color css
<style>
span { border-color: #D5511D; }
span { border-color: rgb(213,81,29); }
td.TdClassName
{
border-color: #D5511D;
}
.TagClassName
{
border-color: #D5511D;
}
</style>