Shades of Chocolate #D16227
Tints of Chocolate #D16227
RGB
CMYK
RGB Variations
Color information
#D16227 (or 0xD16227) is known color: Chocolate. HEX triplet: D1, 62 and 27. RGB value is (209,98,39). Sum of RGB (Red+Green+Blue) = 209+98+39=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D16227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16227 is #2E9DD8. Grayscale: #7C7C7C. Windows color (decimal): -3055065 or 2581201. OLE color: 2581201.
HSL color Cylindrical-coordinate representation of color #D16227: hue angle of 20.82º 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 #D16227 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 39 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.18 |
| HSL | 20.82º | 0.69% | 0.49% | - |
| HSV(B) | 20.82º | 0.81% | 0.82% | - |
| XYZ | 31.03 | 22.44 | 4.61 | - |
| YUV | 124.46 | 79.77 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 39 | 0 | 0.53 | 0.81 | 0.18 | 20.82 | 0.69 | 0.49 |
| Hex | D1 | 62 | 27 | 0 | 35 | 51 | 12 | 15 | 45 | 31 |
| Octal | 321 | 142 | 47 | 0 | 65 | 121 | 22 | 25 | 105 | 61 |
| Binary | 11010001 | 1100010 | 100111 | 0 | 110101 | 1010001 | 10010 | 10101 | 1000101 | 110001 |
Color Harmonies of #D16227
Complementary color
Monochromatic Colors of #D16227
Black with #D16227
Text Example
Text Example
White with #D16227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16227; }
p { color: rgb(209,98,39); }
H1.HeaderClassName
{
color: #D16227;
}
.AnyTagClassName
{
color: #D16227;
}
</style>
background-color css
<style>
a { background-color: #D16227; }
a { background-color: rgb(209,98,39); }
div.DivClassName
{
background-color: #D16227;
}
.BgClassName
{
background-color: #D16227;
}
</style>
border-color css
<style>
span { border-color: #D16227; }
span { border-color: rgb(209,98,39); }
td.TdClassName
{
border-color: #D16227;
}
.TagClassName
{
border-color: #D16227;
}
</style>