Shades of Old Gold #D2BB37
Tints of Old Gold #D2BB37
RGB
CMYK
RGB Variations
Color information
#D2BB37 (or 0xD2BB37) is known color: Old Gold. HEX triplet: D2, BB and 37. RGB value is (210,187,55). Sum of RGB (Red+Green+Blue) = 210+187+55=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 55 (21.88% from 255 or 12.17% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BB37 is #2D44C8. Grayscale: #B3B3B3. Windows color (decimal): -2966729 or 3652562. OLE color: 3652562.
HSL color Cylindrical-coordinate representation of color #D2BB37: hue angle of 51.1º 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 #D2BB37 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 55 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.18 |
| HSL | 51.1º | 0.63% | 0.52% | - |
| HSV(B) | 51.1º | 0.74% | 0.82% | - |
| XYZ | 45.04 | 49.52 | 10.8 | - |
| YUV | 178.83 | 58.12 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 55 | 0 | 0.11 | 0.74 | 0.18 | 51.1 | 0.63 | 0.52 |
| Hex | D2 | BB | 37 | 0 | B | 4A | 12 | 33 | 3F | 34 |
| Octal | 322 | 273 | 67 | 0 | 13 | 112 | 22 | 63 | 77 | 64 |
| Binary | 11010010 | 10111011 | 110111 | 0 | 1011 | 1001010 | 10010 | 110011 | 111111 | 110100 |
Color Harmonies of #D2BB37
Complementary color
Monochromatic Colors of #D2BB37
Black with #D2BB37
Text Example
Text Example
White with #D2BB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BB37; }
p { color: rgb(210,187,55); }
H1.HeaderClassName
{
color: #D2BB37;
}
.AnyTagClassName
{
color: #D2BB37;
}
</style>
background-color css
<style>
a { background-color: #D2BB37; }
a { background-color: rgb(210,187,55); }
div.DivClassName
{
background-color: #D2BB37;
}
.BgClassName
{
background-color: #D2BB37;
}
</style>
border-color css
<style>
span { border-color: #D2BB37; }
span { border-color: rgb(210,187,55); }
td.TdClassName
{
border-color: #D2BB37;
}
.TagClassName
{
border-color: #D2BB37;
}
</style>