Shades of Gold Drop #D16728
Tints of Gold Drop #D16728
RGB
CMYK
RGB Variations
Color information
#D16728 (or 0xD16728) is known color: Gold Drop. HEX triplet: D1, 67 and 28. RGB value is (209,103,40). Sum of RGB (Red+Green+Blue) = 209+103+40=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D16728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16728 is #2E98D7. Grayscale: #7F7F7F. Windows color (decimal): -3053784 or 2648017. OLE color: 2648017.
HSL color Cylindrical-coordinate representation of color #D16728: hue angle of 22.37º 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 #D16728 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 103 | 40 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.18 |
| HSL | 22.37º | 0.68% | 0.49% | - |
| HSV(B) | 22.37º | 0.81% | 0.82% | - |
| XYZ | 31.53 | 23.41 | 4.86 | - |
| YUV | 127.51 | 78.62 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 40 | 0 | 0.51 | 0.81 | 0.18 | 22.37 | 0.68 | 0.49 |
| Hex | D1 | 67 | 28 | 0 | 33 | 51 | 12 | 16 | 44 | 31 |
| Octal | 321 | 147 | 50 | 0 | 63 | 121 | 22 | 26 | 104 | 61 |
| Binary | 11010001 | 1100111 | 101000 | 0 | 110011 | 1010001 | 10010 | 10110 | 1000100 | 110001 |
Color Harmonies of #D16728
Complementary color
Monochromatic Colors of #D16728
Black with #D16728
Text Example
Text Example
White with #D16728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16728; }
p { color: rgb(209,103,40); }
H1.HeaderClassName
{
color: #D16728;
}
.AnyTagClassName
{
color: #D16728;
}
</style>
background-color css
<style>
a { background-color: #D16728; }
a { background-color: rgb(209,103,40); }
div.DivClassName
{
background-color: #D16728;
}
.BgClassName
{
background-color: #D16728;
}
</style>
border-color css
<style>
span { border-color: #D16728; }
span { border-color: rgb(209,103,40); }
td.TdClassName
{
border-color: #D16728;
}
.TagClassName
{
border-color: #D16728;
}
</style>