Shades of Old Gold #D2BD34
Tints of Old Gold #D2BD34
RGB
CMYK
RGB Variations
Color information
#D2BD34 (or 0xD2BD34) is known color: Old Gold. HEX triplet: D2, BD and 34. RGB value is (210,189,52). Sum of RGB (Red+Green+Blue) = 210+189+52=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BD34 is #2D42CB. Grayscale: #B4B4B4. Windows color (decimal): -2966220 or 3456466. OLE color: 3456466.
HSL color Cylindrical-coordinate representation of color #D2BD34: hue angle of 52.03º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2BD34 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 52 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.18 |
| HSL | 52.03º | 0.64% | 0.51% | - |
| HSV(B) | 52.03º | 0.75% | 0.82% | - |
| XYZ | 45.4 | 50.34 | 10.57 | - |
| YUV | 179.66 | 55.96 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 52 | 0 | 0.10 | 0.75 | 0.18 | 52.03 | 0.64 | 0.51 |
| Hex | D2 | BD | 34 | 0 | A | 4B | 12 | 34 | 40 | 33 |
| Octal | 322 | 275 | 64 | 0 | 12 | 113 | 22 | 64 | 100 | 63 |
| Binary | 11010010 | 10111101 | 110100 | 0 | 1010 | 1001011 | 10010 | 110100 | 1000000 | 110011 |
Color Harmonies of #D2BD34
Complementary color
Monochromatic Colors of #D2BD34
Black with #D2BD34
Text Example
Text Example
White with #D2BD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BD34; }
p { color: rgb(210,189,52); }
H1.HeaderClassName
{
color: #D2BD34;
}
.AnyTagClassName
{
color: #D2BD34;
}
</style>
background-color css
<style>
a { background-color: #D2BD34; }
a { background-color: rgb(210,189,52); }
div.DivClassName
{
background-color: #D2BD34;
}
.BgClassName
{
background-color: #D2BD34;
}
</style>
border-color css
<style>
span { border-color: #D2BD34; }
span { border-color: rgb(210,189,52); }
td.TdClassName
{
border-color: #D2BD34;
}
.TagClassName
{
border-color: #D2BD34;
}
</style>