Shades of Gold Drop #D16A3A
Tints of Gold Drop #D16A3A
RGB
CMYK
RGB Variations
Color information
#D16A3A (or 0xD16A3A) is known color: Gold Drop. HEX triplet: D1, 6A and 3A. RGB value is (209,106,58). Sum of RGB (Red+Green+Blue) = 209+106+58=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A3A is #2E95C5. Grayscale: #838383. Windows color (decimal): -3052998 or 3828433. OLE color: 3828433.
HSL color Cylindrical-coordinate representation of color #D16A3A: hue angle of 19.07º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D16A3A is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 58 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.18 |
| HSL | 19.07º | 0.62% | 0.52% | - |
| HSV(B) | 19.07º | 0.72% | 0.82% | - |
| XYZ | 32.21 | 24.17 | 6.97 | - |
| YUV | 131.33 | 86.62 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 58 | 0 | 0.49 | 0.72 | 0.18 | 19.07 | 0.62 | 0.52 |
| Hex | D1 | 6A | 3A | 0 | 31 | 48 | 12 | 13 | 3E | 34 |
| Octal | 321 | 152 | 72 | 0 | 61 | 110 | 22 | 23 | 76 | 64 |
| Binary | 11010001 | 1101010 | 111010 | 0 | 110001 | 1001000 | 10010 | 10011 | 111110 | 110100 |
Color Harmonies of #D16A3A
Complementary color
Monochromatic Colors of #D16A3A
Black with #D16A3A
Text Example
Text Example
White with #D16A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A3A; }
p { color: rgb(209,106,58); }
H1.HeaderClassName
{
color: #D16A3A;
}
.AnyTagClassName
{
color: #D16A3A;
}
</style>
background-color css
<style>
a { background-color: #D16A3A; }
a { background-color: rgb(209,106,58); }
div.DivClassName
{
background-color: #D16A3A;
}
.BgClassName
{
background-color: #D16A3A;
}
</style>
border-color css
<style>
span { border-color: #D16A3A; }
span { border-color: rgb(209,106,58); }
td.TdClassName
{
border-color: #D16A3A;
}
.TagClassName
{
border-color: #D16A3A;
}
</style>