Shades of Chocolate #D27015
Tints of Chocolate #D27015
RGB
CMYK
RGB Variations
Color information
#D27015 (or 0xD27015) is known color: Chocolate. HEX triplet: D2, 70 and 15. RGB value is (210,112,21). Sum of RGB (Red+Green+Blue) = 210+112+21=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D27015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27015 is #2D8FEA. Grayscale: #838383. Windows color (decimal): -2985963 or 1405138. OLE color: 1405138.
HSL color Cylindrical-coordinate representation of color #D27015: hue angle of 28.89º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D27015 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 21 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.18 |
| HSL | 28.89º | 0.82% | 0.45% | - |
| HSV(B) | 28.89º | 0.9% | 0.82% | - |
| XYZ | 32.51 | 25.34 | 3.89 | - |
| YUV | 130.93 | 65.97 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 21 | 0 | 0.47 | 0.90 | 0.18 | 28.89 | 0.82 | 0.45 |
| Hex | D2 | 70 | 15 | 0 | 2F | 5A | 12 | 1D | 52 | 2D |
| Octal | 322 | 160 | 25 | 0 | 57 | 132 | 22 | 35 | 122 | 55 |
| Binary | 11010010 | 1110000 | 10101 | 0 | 101111 | 1011010 | 10010 | 11101 | 1010010 | 101101 |
Color Harmonies of #D27015
Complementary color
Monochromatic Colors of #D27015
Black with #D27015
Text Example
Text Example
White with #D27015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27015; }
p { color: rgb(210,112,21); }
H1.HeaderClassName
{
color: #D27015;
}
.AnyTagClassName
{
color: #D27015;
}
</style>
background-color css
<style>
a { background-color: #D27015; }
a { background-color: rgb(210,112,21); }
div.DivClassName
{
background-color: #D27015;
}
.BgClassName
{
background-color: #D27015;
}
</style>
border-color css
<style>
span { border-color: #D27015; }
span { border-color: rgb(210,112,21); }
td.TdClassName
{
border-color: #D27015;
}
.TagClassName
{
border-color: #D27015;
}
</style>