Shades of Gold Drop #D46B2E
Tints of Gold Drop #D46B2E
RGB
CMYK
RGB Variations
Color information
#D46B2E (or 0xD46B2E) is known color: Gold Drop. HEX triplet: D4, 6B and 2E. RGB value is (212,107,46). Sum of RGB (Red+Green+Blue) = 212+107+46=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46B2E is #2B94D1. Grayscale: #838383. Windows color (decimal): -2856146 or 3042260. OLE color: 3042260.
HSL color Cylindrical-coordinate representation of color #D46B2E: hue angle of 22.05º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D46B2E is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 107 | 46 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.17 |
| HSL | 22.05º | 0.66% | 0.51% | - |
| HSV(B) | 22.05º | 0.78% | 0.83% | - |
| XYZ | 32.9 | 24.71 | 5.62 | - |
| YUV | 131.44 | 79.79 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 46 | 0 | 0.50 | 0.78 | 0.17 | 22.05 | 0.66 | 0.51 |
| Hex | D4 | 6B | 2E | 0 | 32 | 4E | 11 | 16 | 42 | 33 |
| Octal | 324 | 153 | 56 | 0 | 62 | 116 | 21 | 26 | 102 | 63 |
| Binary | 11010100 | 1101011 | 101110 | 0 | 110010 | 1001110 | 10001 | 10110 | 1000010 | 110011 |
Color Harmonies of #D46B2E
Complementary color
Monochromatic Colors of #D46B2E
Black with #D46B2E
Text Example
Text Example
White with #D46B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46B2E; }
p { color: rgb(212,107,46); }
H1.HeaderClassName
{
color: #D46B2E;
}
.AnyTagClassName
{
color: #D46B2E;
}
</style>
background-color css
<style>
a { background-color: #D46B2E; }
a { background-color: rgb(212,107,46); }
div.DivClassName
{
background-color: #D46B2E;
}
.BgClassName
{
background-color: #D46B2E;
}
</style>
border-color css
<style>
span { border-color: #D46B2E; }
span { border-color: rgb(212,107,46); }
td.TdClassName
{
border-color: #D46B2E;
}
.TagClassName
{
border-color: #D46B2E;
}
</style>