Shades of Old Gold #D2BB31
Tints of Old Gold #D2BB31
RGB
CMYK
RGB Variations
Color information
#D2BB31 (or 0xD2BB31) is known color: Old Gold. HEX triplet: D2, BB and 31. RGB value is (210,187,49). Sum of RGB (Red+Green+Blue) = 210+187+49=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BB31 is #2D44CE. Grayscale: #B2B2B2. Windows color (decimal): -2966735 or 3259346. OLE color: 3259346.
HSL color Cylindrical-coordinate representation of color #D2BB31: hue angle of 51.43º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2BB31 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 49 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.18 |
| HSL | 51.43º | 0.64% | 0.51% | - |
| HSV(B) | 51.43º | 0.77% | 0.82% | - |
| XYZ | 44.9 | 49.46 | 10.09 | - |
| YUV | 178.15 | 55.12 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 49 | 0 | 0.11 | 0.77 | 0.18 | 51.43 | 0.64 | 0.51 |
| Hex | D2 | BB | 31 | 0 | B | 4D | 12 | 33 | 40 | 33 |
| Octal | 322 | 273 | 61 | 0 | 13 | 115 | 22 | 63 | 100 | 63 |
| Binary | 11010010 | 10111011 | 110001 | 0 | 1011 | 1001101 | 10010 | 110011 | 1000000 | 110011 |
Color Harmonies of #D2BB31
Complementary color
Monochromatic Colors of #D2BB31
Black with #D2BB31
Text Example
Text Example
White with #D2BB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BB31; }
p { color: rgb(210,187,49); }
H1.HeaderClassName
{
color: #D2BB31;
}
.AnyTagClassName
{
color: #D2BB31;
}
</style>
background-color css
<style>
a { background-color: #D2BB31; }
a { background-color: rgb(210,187,49); }
div.DivClassName
{
background-color: #D2BB31;
}
.BgClassName
{
background-color: #D2BB31;
}
</style>
border-color css
<style>
span { border-color: #D2BB31; }
span { border-color: rgb(210,187,49); }
td.TdClassName
{
border-color: #D2BB31;
}
.TagClassName
{
border-color: #D2BB31;
}
</style>