Shades of Metallic Gold #D4B339
Tints of Metallic Gold #D4B339
RGB
CMYK
RGB Variations
Color information
#D4B339 (or 0xD4B339) is known color: Metallic Gold. HEX triplet: D4, B3 and 39. RGB value is (212,179,57). Sum of RGB (Red+Green+Blue) = 212+179+57=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 57 (22.66% from 255 or 12.72% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B339 is #2B4CC6. Grayscale: #AFAFAF. Windows color (decimal): -2837703 or 3781588. OLE color: 3781588.
HSL color Cylindrical-coordinate representation of color #D4B339: hue angle of 47.23º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4B339 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 57 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.17 |
| HSL | 47.23º | 0.64% | 0.53% | - |
| HSV(B) | 47.23º | 0.73% | 0.83% | - |
| XYZ | 44.01 | 46.53 | 10.53 | - |
| YUV | 174.96 | 61.43 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 57 | 0 | 0.16 | 0.73 | 0.17 | 47.23 | 0.64 | 0.53 |
| Hex | D4 | B3 | 39 | 0 | 10 | 49 | 11 | 2F | 40 | 35 |
| Octal | 324 | 263 | 71 | 0 | 20 | 111 | 21 | 57 | 100 | 65 |
| Binary | 11010100 | 10110011 | 111001 | 0 | 10000 | 1001001 | 10001 | 101111 | 1000000 | 110101 |
Color Harmonies of #D4B339
Complementary color
Monochromatic Colors of #D4B339
Black with #D4B339
Text Example
Text Example
White with #D4B339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B339; }
p { color: rgb(212,179,57); }
H1.HeaderClassName
{
color: #D4B339;
}
.AnyTagClassName
{
color: #D4B339;
}
</style>
background-color css
<style>
a { background-color: #D4B339; }
a { background-color: rgb(212,179,57); }
div.DivClassName
{
background-color: #D4B339;
}
.BgClassName
{
background-color: #D4B339;
}
</style>
border-color css
<style>
span { border-color: #D4B339; }
span { border-color: rgb(212,179,57); }
td.TdClassName
{
border-color: #D4B339;
}
.TagClassName
{
border-color: #D4B339;
}
</style>