Shades of Gold Drop #D16A31
Tints of Gold Drop #D16A31
RGB
CMYK
RGB Variations
Color information
#D16A31 (or 0xD16A31) is known color: Gold Drop. HEX triplet: D1, 6A and 31. RGB value is (209,106,49). Sum of RGB (Red+Green+Blue) = 209+106+49=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A31 is #2E95CE. Grayscale: #828282. Windows color (decimal): -3053007 or 3238609. OLE color: 3238609.
HSL color Cylindrical-coordinate representation of color #D16A31: hue angle of 21.38º 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 #D16A31 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 49 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.18 |
| HSL | 21.38º | 0.63% | 0.51% | - |
| HSV(B) | 21.38º | 0.77% | 0.82% | - |
| XYZ | 32 | 24.09 | 5.87 | - |
| YUV | 130.3 | 82.12 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 49 | 0 | 0.49 | 0.77 | 0.18 | 21.38 | 0.63 | 0.51 |
| Hex | D1 | 6A | 31 | 0 | 31 | 4D | 12 | 15 | 3F | 33 |
| Octal | 321 | 152 | 61 | 0 | 61 | 115 | 22 | 25 | 77 | 63 |
| Binary | 11010001 | 1101010 | 110001 | 0 | 110001 | 1001101 | 10010 | 10101 | 111111 | 110011 |
Color Harmonies of #D16A31
Complementary color
Monochromatic Colors of #D16A31
Black with #D16A31
Text Example
Text Example
White with #D16A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A31; }
p { color: rgb(209,106,49); }
H1.HeaderClassName
{
color: #D16A31;
}
.AnyTagClassName
{
color: #D16A31;
}
</style>
background-color css
<style>
a { background-color: #D16A31; }
a { background-color: rgb(209,106,49); }
div.DivClassName
{
background-color: #D16A31;
}
.BgClassName
{
background-color: #D16A31;
}
</style>
border-color css
<style>
span { border-color: #D16A31; }
span { border-color: rgb(209,106,49); }
td.TdClassName
{
border-color: #D16A31;
}
.TagClassName
{
border-color: #D16A31;
}
</style>