Shades of Chocolate #D2511D
Tints of Chocolate #D2511D
RGB
CMYK
RGB Variations
Color information
#D2511D (or 0xD2511D) is known color: Chocolate. HEX triplet: D2, 51 and 1D. RGB value is (210,81,29). Sum of RGB (Red+Green+Blue) = 210+81+29=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D2511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2511D is #2DAEE2. Grayscale: #717171. Windows color (decimal): -2993891 or 1921490. OLE color: 1921490.
HSL color Cylindrical-coordinate representation of color #D2511D: hue angle of 17.24º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2511D is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 29 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.18 |
| HSL | 17.24º | 0.76% | 0.47% | - |
| HSV(B) | 17.24º | 0.86% | 0.82% | - |
| XYZ | 29.74 | 19.68 | 3.39 | - |
| YUV | 113.64 | 80.24 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 29 | 0 | 0.61 | 0.86 | 0.18 | 17.24 | 0.76 | 0.47 |
| Hex | D2 | 51 | 1D | 0 | 3D | 56 | 12 | 11 | 4C | 2F |
| Octal | 322 | 121 | 35 | 0 | 75 | 126 | 22 | 21 | 114 | 57 |
| Binary | 11010010 | 1010001 | 11101 | 0 | 111101 | 1010110 | 10010 | 10001 | 1001100 | 101111 |
Color Harmonies of #D2511D
Complementary color
Monochromatic Colors of #D2511D
Black with #D2511D
Text Example
Text Example
White with #D2511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2511D; }
p { color: rgb(210,81,29); }
H1.HeaderClassName
{
color: #D2511D;
}
.AnyTagClassName
{
color: #D2511D;
}
</style>
background-color css
<style>
a { background-color: #D2511D; }
a { background-color: rgb(210,81,29); }
div.DivClassName
{
background-color: #D2511D;
}
.BgClassName
{
background-color: #D2511D;
}
</style>
border-color css
<style>
span { border-color: #D2511D; }
span { border-color: rgb(210,81,29); }
td.TdClassName
{
border-color: #D2511D;
}
.TagClassName
{
border-color: #D2511D;
}
</style>