Shades of Gold Drop #D16A33
Tints of Gold Drop #D16A33
RGB
CMYK
RGB Variations
Color information
#D16A33 (or 0xD16A33) is known color: Gold Drop. HEX triplet: D1, 6A and 33. RGB value is (209,106,51). Sum of RGB (Red+Green+Blue) = 209+106+51=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A33 is #2E95CC. Grayscale: #828282. Windows color (decimal): -3053005 or 3369681. OLE color: 3369681.
HSL color Cylindrical-coordinate representation of color #D16A33: hue angle of 20.89º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D16A33 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 51 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.18 |
| HSL | 20.89º | 0.63% | 0.51% | - |
| HSV(B) | 20.89º | 0.76% | 0.82% | - |
| XYZ | 32.05 | 24.1 | 6.1 | - |
| YUV | 130.53 | 83.12 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 51 | 0 | 0.49 | 0.76 | 0.18 | 20.89 | 0.63 | 0.51 |
| Hex | D1 | 6A | 33 | 0 | 31 | 4C | 12 | 15 | 3F | 33 |
| Octal | 321 | 152 | 63 | 0 | 61 | 114 | 22 | 25 | 77 | 63 |
| Binary | 11010001 | 1101010 | 110011 | 0 | 110001 | 1001100 | 10010 | 10101 | 111111 | 110011 |
Color Harmonies of #D16A33
Complementary color
Monochromatic Colors of #D16A33
Black with #D16A33
Text Example
Text Example
White with #D16A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A33; }
p { color: rgb(209,106,51); }
H1.HeaderClassName
{
color: #D16A33;
}
.AnyTagClassName
{
color: #D16A33;
}
</style>
background-color css
<style>
a { background-color: #D16A33; }
a { background-color: rgb(209,106,51); }
div.DivClassName
{
background-color: #D16A33;
}
.BgClassName
{
background-color: #D16A33;
}
</style>
border-color css
<style>
span { border-color: #D16A33; }
span { border-color: rgb(209,106,51); }
td.TdClassName
{
border-color: #D16A33;
}
.TagClassName
{
border-color: #D16A33;
}
</style>