Shades of Gold Drop #D16934
Tints of Gold Drop #D16934
RGB
CMYK
RGB Variations
Color information
#D16934 (or 0xD16934) is known color: Gold Drop. HEX triplet: D1, 69 and 34. RGB value is (209,105,52). Sum of RGB (Red+Green+Blue) = 209+105+52=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D16934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16934 is #2E96CB. Grayscale: #828282. Windows color (decimal): -3053260 or 3434961. OLE color: 3434961.
HSL color Cylindrical-coordinate representation of color #D16934: hue angle of 20.25º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D16934 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 52 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.18 |
| HSL | 20.25º | 0.63% | 0.51% | - |
| HSV(B) | 20.25º | 0.75% | 0.82% | - |
| XYZ | 31.97 | 23.91 | 6.18 | - |
| YUV | 130.05 | 83.96 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 52 | 0 | 0.50 | 0.75 | 0.18 | 20.25 | 0.63 | 0.51 |
| Hex | D1 | 69 | 34 | 0 | 32 | 4B | 12 | 14 | 3F | 33 |
| Octal | 321 | 151 | 64 | 0 | 62 | 113 | 22 | 24 | 77 | 63 |
| Binary | 11010001 | 1101001 | 110100 | 0 | 110010 | 1001011 | 10010 | 10100 | 111111 | 110011 |
Color Harmonies of #D16934
Complementary color
Monochromatic Colors of #D16934
Black with #D16934
Text Example
Text Example
White with #D16934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16934; }
p { color: rgb(209,105,52); }
H1.HeaderClassName
{
color: #D16934;
}
.AnyTagClassName
{
color: #D16934;
}
</style>
background-color css
<style>
a { background-color: #D16934; }
a { background-color: rgb(209,105,52); }
div.DivClassName
{
background-color: #D16934;
}
.BgClassName
{
background-color: #D16934;
}
</style>
border-color css
<style>
span { border-color: #D16934; }
span { border-color: rgb(209,105,52); }
td.TdClassName
{
border-color: #D16934;
}
.TagClassName
{
border-color: #D16934;
}
</style>