Shades of Gold Drop #D46428
Tints of Gold Drop #D46428
RGB
CMYK
RGB Variations
Color information
#D46428 (or 0xD46428) is known color: Gold Drop. HEX triplet: D4, 64 and 28. RGB value is (212,100,40). Sum of RGB (Red+Green+Blue) = 212+100+40=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D46428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46428 is #2B9BD7. Grayscale: #7F7F7F. Windows color (decimal): -2857944 or 2647252. OLE color: 2647252.
HSL color Cylindrical-coordinate representation of color #D46428: hue angle of 20.93º 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 #D46428 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 40 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.17 |
| HSL | 20.93º | 0.68% | 0.49% | - |
| HSV(B) | 20.93º | 0.81% | 0.83% | - |
| XYZ | 32.09 | 23.26 | 4.81 | - |
| YUV | 126.65 | 79.11 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 40 | 0 | 0.53 | 0.81 | 0.17 | 20.93 | 0.68 | 0.49 |
| Hex | D4 | 64 | 28 | 0 | 35 | 51 | 11 | 15 | 44 | 31 |
| Octal | 324 | 144 | 50 | 0 | 65 | 121 | 21 | 25 | 104 | 61 |
| Binary | 11010100 | 1100100 | 101000 | 0 | 110101 | 1010001 | 10001 | 10101 | 1000100 | 110001 |
Color Harmonies of #D46428
Complementary color
Monochromatic Colors of #D46428
Black with #D46428
Text Example
Text Example
White with #D46428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46428; }
p { color: rgb(212,100,40); }
H1.HeaderClassName
{
color: #D46428;
}
.AnyTagClassName
{
color: #D46428;
}
</style>
background-color css
<style>
a { background-color: #D46428; }
a { background-color: rgb(212,100,40); }
div.DivClassName
{
background-color: #D46428;
}
.BgClassName
{
background-color: #D46428;
}
</style>
border-color css
<style>
span { border-color: #D46428; }
span { border-color: rgb(212,100,40); }
td.TdClassName
{
border-color: #D46428;
}
.TagClassName
{
border-color: #D46428;
}
</style>