Shades of Chocolate #D16626
Tints of Chocolate #D16626
RGB
CMYK
RGB Variations
Color information
#D16626 (or 0xD16626) is known color: Chocolate. HEX triplet: D1, 66 and 26. RGB value is (209,102,38). Sum of RGB (Red+Green+Blue) = 209+102+38=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D16626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16626 is #2E99D9. Grayscale: #7F7F7F. Windows color (decimal): -3054042 or 2516689. OLE color: 2516689.
HSL color Cylindrical-coordinate representation of color #D16626: hue angle of 22.46º 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 #D16626 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 38 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.18 |
| HSL | 22.46º | 0.69% | 0.48% | - |
| HSV(B) | 22.46º | 0.82% | 0.82% | - |
| XYZ | 31.4 | 23.2 | 4.66 | - |
| YUV | 126.7 | 77.95 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 38 | 0 | 0.51 | 0.82 | 0.18 | 22.46 | 0.69 | 0.48 |
| Hex | D1 | 66 | 26 | 0 | 33 | 52 | 12 | 16 | 45 | 30 |
| Octal | 321 | 146 | 46 | 0 | 63 | 122 | 22 | 26 | 105 | 60 |
| Binary | 11010001 | 1100110 | 100110 | 0 | 110011 | 1010010 | 10010 | 10110 | 1000101 | 110000 |
Color Harmonies of #D16626
Complementary color
Monochromatic Colors of #D16626
Black with #D16626
Text Example
Text Example
White with #D16626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16626; }
p { color: rgb(209,102,38); }
H1.HeaderClassName
{
color: #D16626;
}
.AnyTagClassName
{
color: #D16626;
}
</style>
background-color css
<style>
a { background-color: #D16626; }
a { background-color: rgb(209,102,38); }
div.DivClassName
{
background-color: #D16626;
}
.BgClassName
{
background-color: #D16626;
}
</style>
border-color css
<style>
span { border-color: #D16626; }
span { border-color: rgb(209,102,38); }
td.TdClassName
{
border-color: #D16626;
}
.TagClassName
{
border-color: #D16626;
}
</style>