Shades of Gold Drop #D16930
Tints of Gold Drop #D16930
RGB
CMYK
RGB Variations
Color information
#D16930 (or 0xD16930) is known color: Gold Drop. HEX triplet: D1, 69 and 30. RGB value is (209,105,48). Sum of RGB (Red+Green+Blue) = 209+105+48=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D16930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16930 is #2E96CF. Grayscale: #818181. Windows color (decimal): -3053264 or 3172817. OLE color: 3172817.
HSL color Cylindrical-coordinate representation of color #D16930: hue angle of 21.24º 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 #D16930 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 48 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.18 |
| HSL | 21.24º | 0.64% | 0.5% | - |
| HSV(B) | 21.24º | 0.77% | 0.82% | - |
| XYZ | 31.88 | 23.87 | 5.72 | - |
| YUV | 129.6 | 81.96 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 48 | 0 | 0.50 | 0.77 | 0.18 | 21.24 | 0.64 | 0.5 |
| Hex | D1 | 69 | 30 | 0 | 32 | 4D | 12 | 15 | 40 | 32 |
| Octal | 321 | 151 | 60 | 0 | 62 | 115 | 22 | 25 | 100 | 62 |
| Binary | 11010001 | 1101001 | 110000 | 0 | 110010 | 1001101 | 10010 | 10101 | 1000000 | 110010 |
Color Harmonies of #D16930
Complementary color
Monochromatic Colors of #D16930
Black with #D16930
Text Example
Text Example
White with #D16930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16930; }
p { color: rgb(209,105,48); }
H1.HeaderClassName
{
color: #D16930;
}
.AnyTagClassName
{
color: #D16930;
}
</style>
background-color css
<style>
a { background-color: #D16930; }
a { background-color: rgb(209,105,48); }
div.DivClassName
{
background-color: #D16930;
}
.BgClassName
{
background-color: #D16930;
}
</style>
border-color css
<style>
span { border-color: #D16930; }
span { border-color: rgb(209,105,48); }
td.TdClassName
{
border-color: #D16930;
}
.TagClassName
{
border-color: #D16930;
}
</style>