Shades of Old Gold #D4BF34
Tints of Old Gold #D4BF34
RGB
CMYK
RGB Variations
Color information
#D4BF34 (or 0xD4BF34) is known color: Old Gold. HEX triplet: D4, BF and 34. RGB value is (212,191,52). Sum of RGB (Red+Green+Blue) = 212+191+52=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 52 (20.70% from 255 or 11.43% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BF34 is #2B40CB. Grayscale: #B6B6B6. Windows color (decimal): -2834636 or 3456980. OLE color: 3456980.
HSL color Cylindrical-coordinate representation of color #D4BF34: hue angle of 52.12º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4BF34 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 191 | 52 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.17 |
| HSL | 52.13º | 0.65% | 0.52% | - |
| HSV(B) | 52.13º | 0.75% | 0.83% | - |
| XYZ | 46.4 | 51.51 | 10.74 | - |
| YUV | 181.43 | 54.96 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 52 | 0 | 0.10 | 0.75 | 0.17 | 52.13 | 0.65 | 0.52 |
| Hex | D4 | BF | 34 | 0 | A | 4B | 11 | 34 | 41 | 34 |
| Octal | 324 | 277 | 64 | 0 | 12 | 113 | 21 | 64 | 101 | 64 |
| Binary | 11010100 | 10111111 | 110100 | 0 | 1010 | 1001011 | 10001 | 110100 | 1000001 | 110100 |
Color Harmonies of #D4BF34
Complementary color
Monochromatic Colors of #D4BF34
Black with #D4BF34
Text Example
Text Example
White with #D4BF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BF34; }
p { color: rgb(212,191,52); }
H1.HeaderClassName
{
color: #D4BF34;
}
.AnyTagClassName
{
color: #D4BF34;
}
</style>
background-color css
<style>
a { background-color: #D4BF34; }
a { background-color: rgb(212,191,52); }
div.DivClassName
{
background-color: #D4BF34;
}
.BgClassName
{
background-color: #D4BF34;
}
</style>
border-color css
<style>
span { border-color: #D4BF34; }
span { border-color: rgb(212,191,52); }
td.TdClassName
{
border-color: #D4BF34;
}
.TagClassName
{
border-color: #D4BF34;
}
</style>