Shades of Gold Drop #D16631
Tints of Gold Drop #D16631
RGB
CMYK
RGB Variations
Color information
#D16631 (or 0xD16631) is known color: Gold Drop. HEX triplet: D1, 66 and 31. RGB value is (209,102,49). Sum of RGB (Red+Green+Blue) = 209+102+49=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D16631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16631 is #2E99CE. Grayscale: #808080. Windows color (decimal): -3054031 or 3237585. OLE color: 3237585.
HSL color Cylindrical-coordinate representation of color #D16631: hue angle of 19.88º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D16631 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 49 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.18 |
| HSL | 19.88º | 0.63% | 0.51% | - |
| HSV(B) | 19.88º | 0.77% | 0.82% | - |
| XYZ | 31.6 | 23.28 | 5.73 | - |
| YUV | 127.95 | 83.45 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 49 | 0 | 0.51 | 0.77 | 0.18 | 19.88 | 0.63 | 0.51 |
| Hex | D1 | 66 | 31 | 0 | 33 | 4D | 12 | 14 | 3F | 33 |
| Octal | 321 | 146 | 61 | 0 | 63 | 115 | 22 | 24 | 77 | 63 |
| Binary | 11010001 | 1100110 | 110001 | 0 | 110011 | 1001101 | 10010 | 10100 | 111111 | 110011 |
Color Harmonies of #D16631
Complementary color
Monochromatic Colors of #D16631
Black with #D16631
Text Example
Text Example
White with #D16631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16631; }
p { color: rgb(209,102,49); }
H1.HeaderClassName
{
color: #D16631;
}
.AnyTagClassName
{
color: #D16631;
}
</style>
background-color css
<style>
a { background-color: #D16631; }
a { background-color: rgb(209,102,49); }
div.DivClassName
{
background-color: #D16631;
}
.BgClassName
{
background-color: #D16631;
}
</style>
border-color css
<style>
span { border-color: #D16631; }
span { border-color: rgb(209,102,49); }
td.TdClassName
{
border-color: #D16631;
}
.TagClassName
{
border-color: #D16631;
}
</style>