Shades of Gold Drop #D16A30
Tints of Gold Drop #D16A30
RGB
CMYK
RGB Variations
Color information
#D16A30 (or 0xD16A30) is known color: Gold Drop. HEX triplet: D1, 6A and 30. RGB value is (209,106,48). Sum of RGB (Red+Green+Blue) = 209+106+48=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A30 is #2E95CF. Grayscale: #828282. Windows color (decimal): -3053008 or 3173073. OLE color: 3173073.
HSL color Cylindrical-coordinate representation of color #D16A30: hue angle of 21.61º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D16A30 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 48 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.18 |
| HSL | 21.61º | 0.64% | 0.5% | - |
| HSV(B) | 21.61º | 0.77% | 0.82% | - |
| XYZ | 31.98 | 24.08 | 5.76 | - |
| YUV | 130.19 | 81.62 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 48 | 0 | 0.49 | 0.77 | 0.18 | 21.61 | 0.64 | 0.5 |
| Hex | D1 | 6A | 30 | 0 | 31 | 4D | 12 | 16 | 40 | 32 |
| Octal | 321 | 152 | 60 | 0 | 61 | 115 | 22 | 26 | 100 | 62 |
| Binary | 11010001 | 1101010 | 110000 | 0 | 110001 | 1001101 | 10010 | 10110 | 1000000 | 110010 |
Color Harmonies of #D16A30
Complementary color
Monochromatic Colors of #D16A30
Black with #D16A30
Text Example
Text Example
White with #D16A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A30; }
p { color: rgb(209,106,48); }
H1.HeaderClassName
{
color: #D16A30;
}
.AnyTagClassName
{
color: #D16A30;
}
</style>
background-color css
<style>
a { background-color: #D16A30; }
a { background-color: rgb(209,106,48); }
div.DivClassName
{
background-color: #D16A30;
}
.BgClassName
{
background-color: #D16A30;
}
</style>
border-color css
<style>
span { border-color: #D16A30; }
span { border-color: rgb(209,106,48); }
td.TdClassName
{
border-color: #D16A30;
}
.TagClassName
{
border-color: #D16A30;
}
</style>