Shades of Gold Drop #D16A36
Tints of Gold Drop #D16A36
RGB
CMYK
RGB Variations
Color information
#D16A36 (or 0xD16A36) is known color: Gold Drop. HEX triplet: D1, 6A and 36. RGB value is (209,106,54). Sum of RGB (Red+Green+Blue) = 209+106+54=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A36 is #2E95C9. Grayscale: #838383. Windows color (decimal): -3053002 or 3566289. OLE color: 3566289.
HSL color Cylindrical-coordinate representation of color #D16A36: hue angle of 20.13º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D16A36 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 54 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.18 |
| HSL | 20.13º | 0.63% | 0.52% | - |
| HSV(B) | 20.13º | 0.74% | 0.82% | - |
| XYZ | 32.11 | 24.13 | 6.45 | - |
| YUV | 130.87 | 84.62 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 54 | 0 | 0.49 | 0.74 | 0.18 | 20.13 | 0.63 | 0.52 |
| Hex | D1 | 6A | 36 | 0 | 31 | 4A | 12 | 14 | 3F | 34 |
| Octal | 321 | 152 | 66 | 0 | 61 | 112 | 22 | 24 | 77 | 64 |
| Binary | 11010001 | 1101010 | 110110 | 0 | 110001 | 1001010 | 10010 | 10100 | 111111 | 110100 |
Color Harmonies of #D16A36
Complementary color
Monochromatic Colors of #D16A36
Black with #D16A36
Text Example
Text Example
White with #D16A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A36; }
p { color: rgb(209,106,54); }
H1.HeaderClassName
{
color: #D16A36;
}
.AnyTagClassName
{
color: #D16A36;
}
</style>
background-color css
<style>
a { background-color: #D16A36; }
a { background-color: rgb(209,106,54); }
div.DivClassName
{
background-color: #D16A36;
}
.BgClassName
{
background-color: #D16A36;
}
</style>
border-color css
<style>
span { border-color: #D16A36; }
span { border-color: rgb(209,106,54); }
td.TdClassName
{
border-color: #D16A36;
}
.TagClassName
{
border-color: #D16A36;
}
</style>