Shades of Chocolate #D27121
Tints of Chocolate #D27121
RGB
CMYK
RGB Variations
Color information
#D27121 (or 0xD27121) is known color: Chocolate. HEX triplet: D2, 71 and 21. RGB value is (210,113,33). Sum of RGB (Red+Green+Blue) = 210+113+33=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D27121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27121 is #2D8EDE. Grayscale: #858585. Windows color (decimal): -2985695 or 2191826. OLE color: 2191826.
HSL color Cylindrical-coordinate representation of color #D27121: hue angle of 27.12º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D27121 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 33 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.18 |
| HSL | 27.12º | 0.73% | 0.48% | - |
| HSV(B) | 27.12º | 0.84% | 0.82% | - |
| XYZ | 32.76 | 25.62 | 4.66 | - |
| YUV | 132.88 | 71.64 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 33 | 0 | 0.46 | 0.84 | 0.18 | 27.12 | 0.73 | 0.48 |
| Hex | D2 | 71 | 21 | 0 | 2E | 54 | 12 | 1B | 49 | 30 |
| Octal | 322 | 161 | 41 | 0 | 56 | 124 | 22 | 33 | 111 | 60 |
| Binary | 11010010 | 1110001 | 100001 | 0 | 101110 | 1010100 | 10010 | 11011 | 1001001 | 110000 |
Color Harmonies of #D27121
Complementary color
Monochromatic Colors of #D27121
Black with #D27121
Text Example
Text Example
White with #D27121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27121; }
p { color: rgb(210,113,33); }
H1.HeaderClassName
{
color: #D27121;
}
.AnyTagClassName
{
color: #D27121;
}
</style>
background-color css
<style>
a { background-color: #D27121; }
a { background-color: rgb(210,113,33); }
div.DivClassName
{
background-color: #D27121;
}
.BgClassName
{
background-color: #D27121;
}
</style>
border-color css
<style>
span { border-color: #D27121; }
span { border-color: rgb(210,113,33); }
td.TdClassName
{
border-color: #D27121;
}
.TagClassName
{
border-color: #D27121;
}
</style>