Shades of Gold Drop #D46A28
Tints of Gold Drop #D46A28
RGB
CMYK
RGB Variations
Color information
#D46A28 (or 0xD46A28) is known color: Gold Drop. HEX triplet: D4, 6A and 28. RGB value is (212,106,40). Sum of RGB (Red+Green+Blue) = 212+106+40=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46A28 is #2B95D7. Grayscale: #828282. Windows color (decimal): -2856408 or 2648788. OLE color: 2648788.
HSL color Cylindrical-coordinate representation of color #D46A28: hue angle of 23.02º 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 #D46A28 is Cyan = 0, Magento = 0.5, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 106 | 40 | - |
| CMYK | 0 | 0.5 | 0.81 | 0.17 |
| HSL | 23.02º | 0.68% | 0.49% | - |
| HSV(B) | 23.02º | 0.81% | 0.83% | - |
| XYZ | 32.69 | 24.46 | 5.01 | - |
| YUV | 130.17 | 77.12 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 40 | 0 | 0.5 | 0.81 | 0.17 | 23.02 | 0.68 | 0.49 |
| Hex | D4 | 6A | 28 | 0 | 32 | 51 | 11 | 17 | 44 | 31 |
| Octal | 324 | 152 | 50 | 0 | 62 | 121 | 21 | 27 | 104 | 61 |
| Binary | 11010100 | 1101010 | 101000 | 0 | 110010 | 1010001 | 10001 | 10111 | 1000100 | 110001 |
Color Harmonies of #D46A28
Complementary color
Monochromatic Colors of #D46A28
Black with #D46A28
Text Example
Text Example
White with #D46A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46A28; }
p { color: rgb(212,106,40); }
H1.HeaderClassName
{
color: #D46A28;
}
.AnyTagClassName
{
color: #D46A28;
}
</style>
background-color css
<style>
a { background-color: #D46A28; }
a { background-color: rgb(212,106,40); }
div.DivClassName
{
background-color: #D46A28;
}
.BgClassName
{
background-color: #D46A28;
}
</style>
border-color css
<style>
span { border-color: #D46A28; }
span { border-color: rgb(212,106,40); }
td.TdClassName
{
border-color: #D46A28;
}
.TagClassName
{
border-color: #D46A28;
}
</style>