Shades of Chocolate #D16E26
Tints of Chocolate #D16E26
RGB
CMYK
RGB Variations
Color information
#D16E26 (or 0xD16E26) is known color: Chocolate. HEX triplet: D1, 6E and 26. RGB value is (209,110,38). Sum of RGB (Red+Green+Blue) = 209+110+38=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16E26 is #2E91D9. Grayscale: #838383. Windows color (decimal): -3051994 or 2518737. OLE color: 2518737.
HSL color Cylindrical-coordinate representation of color #D16E26: hue angle of 25.26º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D16E26 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 38 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.18 |
| HSL | 25.26º | 0.69% | 0.48% | - |
| HSV(B) | 25.26º | 0.82% | 0.82% | - |
| XYZ | 32.22 | 24.85 | 4.93 | - |
| YUV | 131.39 | 75.3 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 38 | 0 | 0.47 | 0.82 | 0.18 | 25.26 | 0.69 | 0.48 |
| Hex | D1 | 6E | 26 | 0 | 2F | 52 | 12 | 19 | 45 | 30 |
| Octal | 321 | 156 | 46 | 0 | 57 | 122 | 22 | 31 | 105 | 60 |
| Binary | 11010001 | 1101110 | 100110 | 0 | 101111 | 1010010 | 10010 | 11001 | 1000101 | 110000 |
Color Harmonies of #D16E26
Complementary color
Monochromatic Colors of #D16E26
Black with #D16E26
Text Example
Text Example
White with #D16E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16E26; }
p { color: rgb(209,110,38); }
H1.HeaderClassName
{
color: #D16E26;
}
.AnyTagClassName
{
color: #D16E26;
}
</style>
background-color css
<style>
a { background-color: #D16E26; }
a { background-color: rgb(209,110,38); }
div.DivClassName
{
background-color: #D16E26;
}
.BgClassName
{
background-color: #D16E26;
}
</style>
border-color css
<style>
span { border-color: #D16E26; }
span { border-color: rgb(209,110,38); }
td.TdClassName
{
border-color: #D16E26;
}
.TagClassName
{
border-color: #D16E26;
}
</style>