Shades of Gold Drop #D16A2A
Tints of Gold Drop #D16A2A
RGB
CMYK
RGB Variations
Color information
#D16A2A (or 0xD16A2A) is known color: Gold Drop. HEX triplet: D1, 6A and 2A. RGB value is (209,106,42). Sum of RGB (Red+Green+Blue) = 209+106+42=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A2A is #2E95D5. Grayscale: #818181. Windows color (decimal): -3053014 or 2779857. OLE color: 2779857.
HSL color Cylindrical-coordinate representation of color #D16A2A: hue angle of 22.99º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D16A2A is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 42 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.18 |
| HSL | 22.99º | 0.67% | 0.49% | - |
| HSV(B) | 22.99º | 0.8% | 0.82% | - |
| XYZ | 31.87 | 24.03 | 5.15 | - |
| YUV | 129.5 | 78.62 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 42 | 0 | 0.49 | 0.80 | 0.18 | 22.99 | 0.67 | 0.49 |
| Hex | D1 | 6A | 2A | 0 | 31 | 50 | 12 | 17 | 43 | 31 |
| Octal | 321 | 152 | 52 | 0 | 61 | 120 | 22 | 27 | 103 | 61 |
| Binary | 11010001 | 1101010 | 101010 | 0 | 110001 | 1010000 | 10010 | 10111 | 1000011 | 110001 |
Color Harmonies of #D16A2A
Complementary color
Monochromatic Colors of #D16A2A
Black with #D16A2A
Text Example
Text Example
White with #D16A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A2A; }
p { color: rgb(209,106,42); }
H1.HeaderClassName
{
color: #D16A2A;
}
.AnyTagClassName
{
color: #D16A2A;
}
</style>
background-color css
<style>
a { background-color: #D16A2A; }
a { background-color: rgb(209,106,42); }
div.DivClassName
{
background-color: #D16A2A;
}
.BgClassName
{
background-color: #D16A2A;
}
</style>
border-color css
<style>
span { border-color: #D16A2A; }
span { border-color: rgb(209,106,42); }
td.TdClassName
{
border-color: #D16A2A;
}
.TagClassName
{
border-color: #D16A2A;
}
</style>