Shades of Chocolate #D16F25
Tints of Chocolate #D16F25
RGB
CMYK
RGB Variations
Color information
#D16F25 (or 0xD16F25) is known color: Chocolate. HEX triplet: D1, 6F and 25. RGB value is (209,111,37). Sum of RGB (Red+Green+Blue) = 209+111+37=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16F25 is #2E90DA. Grayscale: #848484. Windows color (decimal): -3051739 or 2453457. OLE color: 2453457.
HSL color Cylindrical-coordinate representation of color #D16F25: hue angle of 25.81º degrees, saturation: 0.7, 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 #D16F25 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 37 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.18 |
| HSL | 25.81º | 0.7% | 0.48% | - |
| HSV(B) | 25.81º | 0.82% | 0.82% | - |
| XYZ | 32.31 | 25.06 | 4.88 | - |
| YUV | 131.87 | 74.47 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 37 | 0 | 0.47 | 0.82 | 0.18 | 25.81 | 0.7 | 0.48 |
| Hex | D1 | 6F | 25 | 0 | 2F | 52 | 12 | 1A | 46 | 30 |
| Octal | 321 | 157 | 45 | 0 | 57 | 122 | 22 | 32 | 106 | 60 |
| Binary | 11010001 | 1101111 | 100101 | 0 | 101111 | 1010010 | 10010 | 11010 | 1000110 | 110000 |
Color Harmonies of #D16F25
Complementary color
Monochromatic Colors of #D16F25
Black with #D16F25
Text Example
Text Example
White with #D16F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F25; }
p { color: rgb(209,111,37); }
H1.HeaderClassName
{
color: #D16F25;
}
.AnyTagClassName
{
color: #D16F25;
}
</style>
background-color css
<style>
a { background-color: #D16F25; }
a { background-color: rgb(209,111,37); }
div.DivClassName
{
background-color: #D16F25;
}
.BgClassName
{
background-color: #D16F25;
}
</style>
border-color css
<style>
span { border-color: #D16F25; }
span { border-color: rgb(209,111,37); }
td.TdClassName
{
border-color: #D16F25;
}
.TagClassName
{
border-color: #D16F25;
}
</style>