Shades of Old Gold #D2BD2F
Tints of Old Gold #D2BD2F
RGB
CMYK
RGB Variations
Color information
#D2BD2F (or 0xD2BD2F) is known color: Old Gold. HEX triplet: D2, BD and 2F. RGB value is (210,189,47). Sum of RGB (Red+Green+Blue) = 210+189+47=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 47 (18.75% from 255 or 10.54% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BD2F is #2D42D0. Grayscale: #B3B3B3. Windows color (decimal): -2966225 or 3128786. OLE color: 3128786.
HSL color Cylindrical-coordinate representation of color #D2BD2F: hue angle of 52.27º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2BD2F is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 47 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.18 |
| HSL | 52.27º | 0.64% | 0.5% | - |
| HSV(B) | 52.27º | 0.78% | 0.82% | - |
| XYZ | 45.29 | 50.3 | 10.01 | - |
| YUV | 179.09 | 53.46 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 47 | 0 | 0.10 | 0.78 | 0.18 | 52.27 | 0.64 | 0.5 |
| Hex | D2 | BD | 2F | 0 | A | 4E | 12 | 34 | 40 | 32 |
| Octal | 322 | 275 | 57 | 0 | 12 | 116 | 22 | 64 | 100 | 62 |
| Binary | 11010010 | 10111101 | 101111 | 0 | 1010 | 1001110 | 10010 | 110100 | 1000000 | 110010 |
Color Harmonies of #D2BD2F
Complementary color
Monochromatic Colors of #D2BD2F
Black with #D2BD2F
Text Example
Text Example
White with #D2BD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BD2F; }
p { color: rgb(210,189,47); }
H1.HeaderClassName
{
color: #D2BD2F;
}
.AnyTagClassName
{
color: #D2BD2F;
}
</style>
background-color css
<style>
a { background-color: #D2BD2F; }
a { background-color: rgb(210,189,47); }
div.DivClassName
{
background-color: #D2BD2F;
}
.BgClassName
{
background-color: #D2BD2F;
}
</style>
border-color css
<style>
span { border-color: #D2BD2F; }
span { border-color: rgb(210,189,47); }
td.TdClassName
{
border-color: #D2BD2F;
}
.TagClassName
{
border-color: #D2BD2F;
}
</style>