Shades of Old Gold #D2BD37
Tints of Old Gold #D2BD37
RGB
CMYK
RGB Variations
Color information
#D2BD37 (or 0xD2BD37) is known color: Old Gold. HEX triplet: D2, BD and 37. RGB value is (210,189,55). Sum of RGB (Red+Green+Blue) = 210+189+55=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 55 (21.88% from 255 or 12.11% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BD37 is #2D42C8. Grayscale: #B4B4B4. Windows color (decimal): -2966217 or 3653074. OLE color: 3653074.
HSL color Cylindrical-coordinate representation of color #D2BD37: hue angle of 51.87º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2BD37 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 55 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.18 |
| HSL | 51.87º | 0.63% | 0.52% | - |
| HSV(B) | 51.87º | 0.74% | 0.82% | - |
| XYZ | 45.47 | 50.37 | 10.94 | - |
| YUV | 180 | 57.46 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 55 | 0 | 0.10 | 0.74 | 0.18 | 51.87 | 0.63 | 0.52 |
| Hex | D2 | BD | 37 | 0 | A | 4A | 12 | 34 | 3F | 34 |
| Octal | 322 | 275 | 67 | 0 | 12 | 112 | 22 | 64 | 77 | 64 |
| Binary | 11010010 | 10111101 | 110111 | 0 | 1010 | 1001010 | 10010 | 110100 | 111111 | 110100 |
Color Harmonies of #D2BD37
Complementary color
Monochromatic Colors of #D2BD37
Black with #D2BD37
Text Example
Text Example
White with #D2BD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BD37; }
p { color: rgb(210,189,55); }
H1.HeaderClassName
{
color: #D2BD37;
}
.AnyTagClassName
{
color: #D2BD37;
}
</style>
background-color css
<style>
a { background-color: #D2BD37; }
a { background-color: rgb(210,189,55); }
div.DivClassName
{
background-color: #D2BD37;
}
.BgClassName
{
background-color: #D2BD37;
}
</style>
border-color css
<style>
span { border-color: #D2BD37; }
span { border-color: rgb(210,189,55); }
td.TdClassName
{
border-color: #D2BD37;
}
.TagClassName
{
border-color: #D2BD37;
}
</style>