Shades of Gold Drop #D46829
Tints of Gold Drop #D46829
RGB
CMYK
RGB Variations
Color information
#D46829 (or 0xD46829) is known color: Gold Drop. HEX triplet: D4, 68 and 29. RGB value is (212,104,41). Sum of RGB (Red+Green+Blue) = 212+104+41=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D46829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46829 is #2B97D6. Grayscale: #818181. Windows color (decimal): -2856919 or 2713812. OLE color: 2713812.
HSL color Cylindrical-coordinate representation of color #D46829: hue angle of 22.11º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D46829 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 41 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.17 |
| HSL | 22.11º | 0.68% | 0.5% | - |
| HSV(B) | 22.11º | 0.81% | 0.83% | - |
| XYZ | 32.5 | 24.06 | 5.03 | - |
| YUV | 129.11 | 78.28 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 41 | 0 | 0.51 | 0.81 | 0.17 | 22.11 | 0.68 | 0.5 |
| Hex | D4 | 68 | 29 | 0 | 33 | 51 | 11 | 16 | 44 | 32 |
| Octal | 324 | 150 | 51 | 0 | 63 | 121 | 21 | 26 | 104 | 62 |
| Binary | 11010100 | 1101000 | 101001 | 0 | 110011 | 1010001 | 10001 | 10110 | 1000100 | 110010 |
Color Harmonies of #D46829
Complementary color
Monochromatic Colors of #D46829
Black with #D46829
Text Example
Text Example
White with #D46829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46829; }
p { color: rgb(212,104,41); }
H1.HeaderClassName
{
color: #D46829;
}
.AnyTagClassName
{
color: #D46829;
}
</style>
background-color css
<style>
a { background-color: #D46829; }
a { background-color: rgb(212,104,41); }
div.DivClassName
{
background-color: #D46829;
}
.BgClassName
{
background-color: #D46829;
}
</style>
border-color css
<style>
span { border-color: #D46829; }
span { border-color: rgb(212,104,41); }
td.TdClassName
{
border-color: #D46829;
}
.TagClassName
{
border-color: #D46829;
}
</style>