Shades of Chocolate #D27016
Tints of Chocolate #D27016
RGB
CMYK
RGB Variations
Color information
#D27016 (or 0xD27016) is known color: Chocolate. HEX triplet: D2, 70 and 16. RGB value is (210,112,22). Sum of RGB (Red+Green+Blue) = 210+112+22=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D27016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27016 is #2D8FE9. Grayscale: #838383. Windows color (decimal): -2985962 or 1470674. OLE color: 1470674.
HSL color Cylindrical-coordinate representation of color #D27016: hue angle of 28.72º degrees, saturation: 0.81, 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 #D27016 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 22 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.18 |
| HSL | 28.72º | 0.81% | 0.45% | - |
| HSV(B) | 28.72º | 0.9% | 0.82% | - |
| XYZ | 32.52 | 25.35 | 3.94 | - |
| YUV | 131.04 | 66.47 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 22 | 0 | 0.47 | 0.90 | 0.18 | 28.72 | 0.81 | 0.45 |
| Hex | D2 | 70 | 16 | 0 | 2F | 5A | 12 | 1D | 51 | 2D |
| Octal | 322 | 160 | 26 | 0 | 57 | 132 | 22 | 35 | 121 | 55 |
| Binary | 11010010 | 1110000 | 10110 | 0 | 101111 | 1011010 | 10010 | 11101 | 1010001 | 101101 |
Color Harmonies of #D27016
Complementary color
Monochromatic Colors of #D27016
Black with #D27016
Text Example
Text Example
White with #D27016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27016; }
p { color: rgb(210,112,22); }
H1.HeaderClassName
{
color: #D27016;
}
.AnyTagClassName
{
color: #D27016;
}
</style>
background-color css
<style>
a { background-color: #D27016; }
a { background-color: rgb(210,112,22); }
div.DivClassName
{
background-color: #D27016;
}
.BgClassName
{
background-color: #D27016;
}
</style>
border-color css
<style>
span { border-color: #D27016; }
span { border-color: rgb(210,112,22); }
td.TdClassName
{
border-color: #D27016;
}
.TagClassName
{
border-color: #D27016;
}
</style>