Shades of Gold Drop #D16428
Tints of Gold Drop #D16428
RGB
CMYK
RGB Variations
Color information
#D16428 (or 0xD16428) is known color: Gold Drop. HEX triplet: D1, 64 and 28. RGB value is (209,100,40). Sum of RGB (Red+Green+Blue) = 209+100+40=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D16428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16428 is #2E9BD7. Grayscale: #7E7E7E. Windows color (decimal): -3054552 or 2647249. OLE color: 2647249.
HSL color Cylindrical-coordinate representation of color #D16428: hue angle of 21.3º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D16428 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 40 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.18 |
| HSL | 21.3º | 0.68% | 0.49% | - |
| HSV(B) | 21.3º | 0.81% | 0.82% | - |
| XYZ | 31.23 | 22.82 | 4.77 | - |
| YUV | 125.75 | 79.61 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 40 | 0 | 0.52 | 0.81 | 0.18 | 21.3 | 0.68 | 0.49 |
| Hex | D1 | 64 | 28 | 0 | 34 | 51 | 12 | 15 | 44 | 31 |
| Octal | 321 | 144 | 50 | 0 | 64 | 121 | 22 | 25 | 104 | 61 |
| Binary | 11010001 | 1100100 | 101000 | 0 | 110100 | 1010001 | 10010 | 10101 | 1000100 | 110001 |
Color Harmonies of #D16428
Complementary color
Monochromatic Colors of #D16428
Black with #D16428
Text Example
Text Example
White with #D16428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16428; }
p { color: rgb(209,100,40); }
H1.HeaderClassName
{
color: #D16428;
}
.AnyTagClassName
{
color: #D16428;
}
</style>
background-color css
<style>
a { background-color: #D16428; }
a { background-color: rgb(209,100,40); }
div.DivClassName
{
background-color: #D16428;
}
.BgClassName
{
background-color: #D16428;
}
</style>
border-color css
<style>
span { border-color: #D16428; }
span { border-color: rgb(209,100,40); }
td.TdClassName
{
border-color: #D16428;
}
.TagClassName
{
border-color: #D16428;
}
</style>