Shades of Gold Drop #D16932
Tints of Gold Drop #D16932
RGB
CMYK
RGB Variations
Color information
#D16932 (or 0xD16932) is known color: Gold Drop. HEX triplet: D1, 69 and 32. RGB value is (209,105,50). Sum of RGB (Red+Green+Blue) = 209+105+50=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D16932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16932 is #2E96CD. Grayscale: #828282. Windows color (decimal): -3053262 or 3303889. OLE color: 3303889.
HSL color Cylindrical-coordinate representation of color #D16932: hue angle of 20.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D16932 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 50 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.18 |
| HSL | 20.75º | 0.63% | 0.51% | - |
| HSV(B) | 20.75º | 0.76% | 0.82% | - |
| XYZ | 31.92 | 23.89 | 5.95 | - |
| YUV | 129.83 | 82.96 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 50 | 0 | 0.50 | 0.76 | 0.18 | 20.75 | 0.63 | 0.51 |
| Hex | D1 | 69 | 32 | 0 | 32 | 4C | 12 | 15 | 3F | 33 |
| Octal | 321 | 151 | 62 | 0 | 62 | 114 | 22 | 25 | 77 | 63 |
| Binary | 11010001 | 1101001 | 110010 | 0 | 110010 | 1001100 | 10010 | 10101 | 111111 | 110011 |
Color Harmonies of #D16932
Complementary color
Monochromatic Colors of #D16932
Black with #D16932
Text Example
Text Example
White with #D16932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16932; }
p { color: rgb(209,105,50); }
H1.HeaderClassName
{
color: #D16932;
}
.AnyTagClassName
{
color: #D16932;
}
</style>
background-color css
<style>
a { background-color: #D16932; }
a { background-color: rgb(209,105,50); }
div.DivClassName
{
background-color: #D16932;
}
.BgClassName
{
background-color: #D16932;
}
</style>
border-color css
<style>
span { border-color: #D16932; }
span { border-color: rgb(209,105,50); }
td.TdClassName
{
border-color: #D16932;
}
.TagClassName
{
border-color: #D16932;
}
</style>