Shades of Chocolate #D16827
Tints of Chocolate #D16827
RGB
CMYK
RGB Variations
Color information
#D16827 (or 0xD16827) is known color: Chocolate. HEX triplet: D1, 68 and 27. RGB value is (209,104,39). Sum of RGB (Red+Green+Blue) = 209+104+39=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D16827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16827 is #2E97D8. Grayscale: #808080. Windows color (decimal): -3053529 or 2582737. OLE color: 2582737.
HSL color Cylindrical-coordinate representation of color #D16827: hue angle of 22.94º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D16827 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 39 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.18 |
| HSL | 22.94º | 0.69% | 0.49% | - |
| HSV(B) | 22.94º | 0.81% | 0.82% | - |
| XYZ | 31.61 | 23.6 | 4.81 | - |
| YUV | 127.99 | 77.79 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 39 | 0 | 0.50 | 0.81 | 0.18 | 22.94 | 0.69 | 0.49 |
| Hex | D1 | 68 | 27 | 0 | 32 | 51 | 12 | 17 | 45 | 31 |
| Octal | 321 | 150 | 47 | 0 | 62 | 121 | 22 | 27 | 105 | 61 |
| Binary | 11010001 | 1101000 | 100111 | 0 | 110010 | 1010001 | 10010 | 10111 | 1000101 | 110001 |
Color Harmonies of #D16827
Complementary color
Monochromatic Colors of #D16827
Black with #D16827
Text Example
Text Example
White with #D16827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16827; }
p { color: rgb(209,104,39); }
H1.HeaderClassName
{
color: #D16827;
}
.AnyTagClassName
{
color: #D16827;
}
</style>
background-color css
<style>
a { background-color: #D16827; }
a { background-color: rgb(209,104,39); }
div.DivClassName
{
background-color: #D16827;
}
.BgClassName
{
background-color: #D16827;
}
</style>
border-color css
<style>
span { border-color: #D16827; }
span { border-color: rgb(209,104,39); }
td.TdClassName
{
border-color: #D16827;
}
.TagClassName
{
border-color: #D16827;
}
</style>