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