Shades of Chocolate #D16927
Tints of Chocolate #D16927
RGB
CMYK
RGB Variations
Color information
#D16927 (or 0xD16927) is known color: Chocolate. HEX triplet: D1, 69 and 27. RGB value is (209,105,39). Sum of RGB (Red+Green+Blue) = 209+105+39=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D16927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16927 is #2E96D8. Grayscale: #808080. Windows color (decimal): -3053273 or 2582993. OLE color: 2582993.
HSL color Cylindrical-coordinate representation of color #D16927: hue angle of 23.29º 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 #D16927 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 39 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.18 |
| HSL | 23.29º | 0.69% | 0.49% | - |
| HSV(B) | 23.29º | 0.81% | 0.82% | - |
| XYZ | 31.71 | 23.8 | 4.84 | - |
| YUV | 128.57 | 77.46 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 39 | 0 | 0.50 | 0.81 | 0.18 | 23.29 | 0.69 | 0.49 |
| Hex | D1 | 69 | 27 | 0 | 32 | 51 | 12 | 17 | 45 | 31 |
| Octal | 321 | 151 | 47 | 0 | 62 | 121 | 22 | 27 | 105 | 61 |
| Binary | 11010001 | 1101001 | 100111 | 0 | 110010 | 1010001 | 10010 | 10111 | 1000101 | 110001 |
Color Harmonies of #D16927
Complementary color
Monochromatic Colors of #D16927
Black with #D16927
Text Example
Text Example
White with #D16927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16927; }
p { color: rgb(209,105,39); }
H1.HeaderClassName
{
color: #D16927;
}
.AnyTagClassName
{
color: #D16927;
}
</style>
background-color css
<style>
a { background-color: #D16927; }
a { background-color: rgb(209,105,39); }
div.DivClassName
{
background-color: #D16927;
}
.BgClassName
{
background-color: #D16927;
}
</style>
border-color css
<style>
span { border-color: #D16927; }
span { border-color: rgb(209,105,39); }
td.TdClassName
{
border-color: #D16927;
}
.TagClassName
{
border-color: #D16927;
}
</style>