Shades of Chocolate #D27013
Tints of Chocolate #D27013
RGB
CMYK
RGB Variations
Color information
#D27013 (or 0xD27013) is known color: Chocolate. HEX triplet: D2, 70 and 13. RGB value is (210,112,19). Sum of RGB (Red+Green+Blue) = 210+112+19=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D27013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27013 is #2D8FEC. Grayscale: #838383. Windows color (decimal): -2985965 or 1274066. OLE color: 1274066.
HSL color Cylindrical-coordinate representation of color #D27013: hue angle of 29.21º degrees, saturation: 0.83, 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 #D27013 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 19 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.18 |
| HSL | 29.21º | 0.83% | 0.45% | - |
| HSV(B) | 29.21º | 0.91% | 0.82% | - |
| XYZ | 32.49 | 25.34 | 3.79 | - |
| YUV | 130.7 | 64.97 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 19 | 0 | 0.47 | 0.91 | 0.18 | 29.21 | 0.83 | 0.45 |
| Hex | D2 | 70 | 13 | 0 | 2F | 5B | 12 | 1D | 53 | 2D |
| Octal | 322 | 160 | 23 | 0 | 57 | 133 | 22 | 35 | 123 | 55 |
| Binary | 11010010 | 1110000 | 10011 | 0 | 101111 | 1011011 | 10010 | 11101 | 1010011 | 101101 |
Color Harmonies of #D27013
Complementary color
Monochromatic Colors of #D27013
Black with #D27013
Text Example
Text Example
White with #D27013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27013; }
p { color: rgb(210,112,19); }
H1.HeaderClassName
{
color: #D27013;
}
.AnyTagClassName
{
color: #D27013;
}
</style>
background-color css
<style>
a { background-color: #D27013; }
a { background-color: rgb(210,112,19); }
div.DivClassName
{
background-color: #D27013;
}
.BgClassName
{
background-color: #D27013;
}
</style>
border-color css
<style>
span { border-color: #D27013; }
span { border-color: rgb(210,112,19); }
td.TdClassName
{
border-color: #D27013;
}
.TagClassName
{
border-color: #D27013;
}
</style>