Shades of Gold Drop #D46928
Tints of Gold Drop #D46928
RGB
CMYK
RGB Variations
Color information
#D46928 (or 0xD46928) is known color: Gold Drop. HEX triplet: D4, 69 and 28. RGB value is (212,105,40). Sum of RGB (Red+Green+Blue) = 212+105+40=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D46928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46928 is #2B96D7. Grayscale: #818181. Windows color (decimal): -2856664 or 2648532. OLE color: 2648532.
HSL color Cylindrical-coordinate representation of color #D46928: hue angle of 22.67º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D46928 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 105 | 40 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.17 |
| HSL | 22.67º | 0.68% | 0.49% | - |
| HSV(B) | 22.67º | 0.81% | 0.83% | - |
| XYZ | 32.59 | 24.25 | 4.97 | - |
| YUV | 129.58 | 77.45 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 105 | 40 | 0 | 0.50 | 0.81 | 0.17 | 22.67 | 0.68 | 0.49 |
| Hex | D4 | 69 | 28 | 0 | 32 | 51 | 11 | 17 | 44 | 31 |
| Octal | 324 | 151 | 50 | 0 | 62 | 121 | 21 | 27 | 104 | 61 |
| Binary | 11010100 | 1101001 | 101000 | 0 | 110010 | 1010001 | 10001 | 10111 | 1000100 | 110001 |
Color Harmonies of #D46928
Complementary color
Monochromatic Colors of #D46928
Black with #D46928
Text Example
Text Example
White with #D46928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46928; }
p { color: rgb(212,105,40); }
H1.HeaderClassName
{
color: #D46928;
}
.AnyTagClassName
{
color: #D46928;
}
</style>
background-color css
<style>
a { background-color: #D46928; }
a { background-color: rgb(212,105,40); }
div.DivClassName
{
background-color: #D46928;
}
.BgClassName
{
background-color: #D46928;
}
</style>
border-color css
<style>
span { border-color: #D46928; }
span { border-color: rgb(212,105,40); }
td.TdClassName
{
border-color: #D46928;
}
.TagClassName
{
border-color: #D46928;
}
</style>