Shades of Gold Drop #D16A2D
Tints of Gold Drop #D16A2D
RGB
CMYK
RGB Variations
Color information
#D16A2D (or 0xD16A2D) is known color: Gold Drop. HEX triplet: D1, 6A and 2D. RGB value is (209,106,45). Sum of RGB (Red+Green+Blue) = 209+106+45=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A2D is #2E95D2. Grayscale: #828282. Windows color (decimal): -3053011 or 2976465. OLE color: 2976465.
HSL color Cylindrical-coordinate representation of color #D16A2D: hue angle of 22.32º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D16A2D is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 45 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.18 |
| HSL | 22.32º | 0.65% | 0.5% | - |
| HSV(B) | 22.32º | 0.78% | 0.82% | - |
| XYZ | 31.92 | 24.05 | 5.44 | - |
| YUV | 129.84 | 80.12 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 45 | 0 | 0.49 | 0.78 | 0.18 | 22.32 | 0.65 | 0.5 |
| Hex | D1 | 6A | 2D | 0 | 31 | 4E | 12 | 16 | 41 | 32 |
| Octal | 321 | 152 | 55 | 0 | 61 | 116 | 22 | 26 | 101 | 62 |
| Binary | 11010001 | 1101010 | 101101 | 0 | 110001 | 1001110 | 10010 | 10110 | 1000001 | 110010 |
Color Harmonies of #D16A2D
Complementary color
Monochromatic Colors of #D16A2D
Black with #D16A2D
Text Example
Text Example
White with #D16A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A2D; }
p { color: rgb(209,106,45); }
H1.HeaderClassName
{
color: #D16A2D;
}
.AnyTagClassName
{
color: #D16A2D;
}
</style>
background-color css
<style>
a { background-color: #D16A2D; }
a { background-color: rgb(209,106,45); }
div.DivClassName
{
background-color: #D16A2D;
}
.BgClassName
{
background-color: #D16A2D;
}
</style>
border-color css
<style>
span { border-color: #D16A2D; }
span { border-color: rgb(209,106,45); }
td.TdClassName
{
border-color: #D16A2D;
}
.TagClassName
{
border-color: #D16A2D;
}
</style>