Shades of Chocolate #D27012
Tints of Chocolate #D27012
RGB
CMYK
RGB Variations
Color information
#D27012 (or 0xD27012) is known color: Chocolate. HEX triplet: D2, 70 and 12. RGB value is (210,112,18). Sum of RGB (Red+Green+Blue) = 210+112+18=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D27012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27012 is #2D8FED. Grayscale: #838383. Windows color (decimal): -2985966 or 1208530. OLE color: 1208530.
HSL color Cylindrical-coordinate representation of color #D27012: hue angle of 29.38º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D27012 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 18 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.18 |
| HSL | 29.38º | 0.84% | 0.45% | - |
| HSV(B) | 29.38º | 0.91% | 0.82% | - |
| XYZ | 32.48 | 25.33 | 3.75 | - |
| YUV | 130.59 | 64.47 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 18 | 0 | 0.47 | 0.91 | 0.18 | 29.38 | 0.84 | 0.45 |
| Hex | D2 | 70 | 12 | 0 | 2F | 5B | 12 | 1D | 54 | 2D |
| Octal | 322 | 160 | 22 | 0 | 57 | 133 | 22 | 35 | 124 | 55 |
| Binary | 11010010 | 1110000 | 10010 | 0 | 101111 | 1011011 | 10010 | 11101 | 1010100 | 101101 |
Color Harmonies of #D27012
Complementary color
Monochromatic Colors of #D27012
Black with #D27012
Text Example
Text Example
White with #D27012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27012; }
p { color: rgb(210,112,18); }
H1.HeaderClassName
{
color: #D27012;
}
.AnyTagClassName
{
color: #D27012;
}
</style>
background-color css
<style>
a { background-color: #D27012; }
a { background-color: rgb(210,112,18); }
div.DivClassName
{
background-color: #D27012;
}
.BgClassName
{
background-color: #D27012;
}
</style>
border-color css
<style>
span { border-color: #D27012; }
span { border-color: rgb(210,112,18); }
td.TdClassName
{
border-color: #D27012;
}
.TagClassName
{
border-color: #D27012;
}
</style>