Shades of Gold Drop #D46530
Tints of Gold Drop #D46530
RGB
CMYK
RGB Variations
Color information
#D46530 (or 0xD46530) is known color: Gold Drop. HEX triplet: D4, 65 and 30. RGB value is (212,101,48). Sum of RGB (Red+Green+Blue) = 212+101+48=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D46530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46530 is #2B9ACF. Grayscale: #808080. Windows color (decimal): -2857680 or 3171796. OLE color: 3171796.
HSL color Cylindrical-coordinate representation of color #D46530: hue angle of 19.39º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D46530 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 101 | 48 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.17 |
| HSL | 19.39º | 0.66% | 0.51% | - |
| HSV(B) | 19.39º | 0.77% | 0.83% | - |
| XYZ | 32.34 | 23.52 | 5.63 | - |
| YUV | 128.15 | 82.77 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 48 | 0 | 0.52 | 0.77 | 0.17 | 19.39 | 0.66 | 0.51 |
| Hex | D4 | 65 | 30 | 0 | 34 | 4D | 11 | 13 | 42 | 33 |
| Octal | 324 | 145 | 60 | 0 | 64 | 115 | 21 | 23 | 102 | 63 |
| Binary | 11010100 | 1100101 | 110000 | 0 | 110100 | 1001101 | 10001 | 10011 | 1000010 | 110011 |
Color Harmonies of #D46530
Complementary color
Monochromatic Colors of #D46530
Black with #D46530
Text Example
Text Example
White with #D46530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46530; }
p { color: rgb(212,101,48); }
H1.HeaderClassName
{
color: #D46530;
}
.AnyTagClassName
{
color: #D46530;
}
</style>
background-color css
<style>
a { background-color: #D46530; }
a { background-color: rgb(212,101,48); }
div.DivClassName
{
background-color: #D46530;
}
.BgClassName
{
background-color: #D46530;
}
</style>
border-color css
<style>
span { border-color: #D46530; }
span { border-color: rgb(212,101,48); }
td.TdClassName
{
border-color: #D46530;
}
.TagClassName
{
border-color: #D46530;
}
</style>