Shades of Chocolate #D16412
Tints of Chocolate #D16412
RGB
CMYK
RGB Variations
Color information
#D16412 (or 0xD16412) is known color: Chocolate. HEX triplet: D1, 64 and 12. RGB value is (209,100,18). Sum of RGB (Red+Green+Blue) = 209+100+18=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D16412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16412 is #2E9BED. Grayscale: #7B7B7B. Windows color (decimal): -3054574 or 1205457. OLE color: 1205457.
HSL color Cylindrical-coordinate representation of color #D16412: hue angle of 25.76º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D16412 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 18 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.18 |
| HSL | 25.76º | 0.84% | 0.45% | - |
| HSV(B) | 25.76º | 0.91% | 0.82% | - |
| XYZ | 30.96 | 22.71 | 3.32 | - |
| YUV | 123.24 | 68.61 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 18 | 0 | 0.52 | 0.91 | 0.18 | 25.76 | 0.84 | 0.45 |
| Hex | D1 | 64 | 12 | 0 | 34 | 5B | 12 | 1A | 54 | 2D |
| Octal | 321 | 144 | 22 | 0 | 64 | 133 | 22 | 32 | 124 | 55 |
| Binary | 11010001 | 1100100 | 10010 | 0 | 110100 | 1011011 | 10010 | 11010 | 1010100 | 101101 |
Color Harmonies of #D16412
Complementary color
Monochromatic Colors of #D16412
Black with #D16412
Text Example
Text Example
White with #D16412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16412; }
p { color: rgb(209,100,18); }
H1.HeaderClassName
{
color: #D16412;
}
.AnyTagClassName
{
color: #D16412;
}
</style>
background-color css
<style>
a { background-color: #D16412; }
a { background-color: rgb(209,100,18); }
div.DivClassName
{
background-color: #D16412;
}
.BgClassName
{
background-color: #D16412;
}
</style>
border-color css
<style>
span { border-color: #D16412; }
span { border-color: rgb(209,100,18); }
td.TdClassName
{
border-color: #D16412;
}
.TagClassName
{
border-color: #D16412;
}
</style>