Shades of Gold Drop #D16A2C
Tints of Gold Drop #D16A2C
RGB
CMYK
RGB Variations
Color information
#D16A2C (or 0xD16A2C) is known color: Gold Drop. HEX triplet: D1, 6A and 2C. RGB value is (209,106,44). Sum of RGB (Red+Green+Blue) = 209+106+44=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A2C is #2E95D3. Grayscale: #828282. Windows color (decimal): -3053012 or 2910929. OLE color: 2910929.
HSL color Cylindrical-coordinate representation of color #D16A2C: hue angle of 22.55º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D16A2C is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 44 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.18 |
| HSL | 22.55º | 0.65% | 0.5% | - |
| HSV(B) | 22.55º | 0.79% | 0.82% | - |
| XYZ | 31.9 | 24.05 | 5.34 | - |
| YUV | 129.73 | 79.62 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 44 | 0 | 0.49 | 0.79 | 0.18 | 22.55 | 0.65 | 0.5 |
| Hex | D1 | 6A | 2C | 0 | 31 | 4F | 12 | 17 | 41 | 32 |
| Octal | 321 | 152 | 54 | 0 | 61 | 117 | 22 | 27 | 101 | 62 |
| Binary | 11010001 | 1101010 | 101100 | 0 | 110001 | 1001111 | 10010 | 10111 | 1000001 | 110010 |
Color Harmonies of #D16A2C
Complementary color
Monochromatic Colors of #D16A2C
Black with #D16A2C
Text Example
Text Example
White with #D16A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A2C; }
p { color: rgb(209,106,44); }
H1.HeaderClassName
{
color: #D16A2C;
}
.AnyTagClassName
{
color: #D16A2C;
}
</style>
background-color css
<style>
a { background-color: #D16A2C; }
a { background-color: rgb(209,106,44); }
div.DivClassName
{
background-color: #D16A2C;
}
.BgClassName
{
background-color: #D16A2C;
}
</style>
border-color css
<style>
span { border-color: #D16A2C; }
span { border-color: rgb(209,106,44); }
td.TdClassName
{
border-color: #D16A2C;
}
.TagClassName
{
border-color: #D16A2C;
}
</style>