Shades of Gold Drop #D16936
Tints of Gold Drop #D16936
RGB
CMYK
RGB Variations
Color information
#D16936 (or 0xD16936) is known color: Gold Drop. HEX triplet: D1, 69 and 36. RGB value is (209,105,54). Sum of RGB (Red+Green+Blue) = 209+105+54=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D16936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16936 is #2E96C9. Grayscale: #828282. Windows color (decimal): -3053258 or 3566033. OLE color: 3566033.
HSL color Cylindrical-coordinate representation of color #D16936: hue angle of 19.74º 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 #D16936 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 54 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.18 |
| HSL | 19.74º | 0.63% | 0.52% | - |
| HSV(B) | 19.74º | 0.74% | 0.82% | - |
| XYZ | 32.01 | 23.92 | 6.42 | - |
| YUV | 130.28 | 84.96 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 54 | 0 | 0.50 | 0.74 | 0.18 | 19.74 | 0.63 | 0.52 |
| Hex | D1 | 69 | 36 | 0 | 32 | 4A | 12 | 14 | 3F | 34 |
| Octal | 321 | 151 | 66 | 0 | 62 | 112 | 22 | 24 | 77 | 64 |
| Binary | 11010001 | 1101001 | 110110 | 0 | 110010 | 1001010 | 10010 | 10100 | 111111 | 110100 |
Color Harmonies of #D16936
Complementary color
Monochromatic Colors of #D16936
Black with #D16936
Text Example
Text Example
White with #D16936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16936; }
p { color: rgb(209,105,54); }
H1.HeaderClassName
{
color: #D16936;
}
.AnyTagClassName
{
color: #D16936;
}
</style>
background-color css
<style>
a { background-color: #D16936; }
a { background-color: rgb(209,105,54); }
div.DivClassName
{
background-color: #D16936;
}
.BgClassName
{
background-color: #D16936;
}
</style>
border-color css
<style>
span { border-color: #D16936; }
span { border-color: rgb(209,105,54); }
td.TdClassName
{
border-color: #D16936;
}
.TagClassName
{
border-color: #D16936;
}
</style>