Shades of Old Gold #D5BB31
Tints of Old Gold #D5BB31
RGB
CMYK
RGB Variations
Color information
#D5BB31 (or 0xD5BB31) is known color: Old Gold. HEX triplet: D5, BB and 31. RGB value is (213,187,49). Sum of RGB (Red+Green+Blue) = 213+187+49=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 49 (19.53% from 255 or 10.91% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BB31 is #2A44CE. Grayscale: #B3B3B3. Windows color (decimal): -2770127 or 3259349. OLE color: 3259349.
HSL color Cylindrical-coordinate representation of color #D5BB31: hue angle of 50.49º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5BB31 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 49 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.16 |
| HSL | 50.49º | 0.66% | 0.51% | - |
| HSV(B) | 50.49º | 0.77% | 0.84% | - |
| XYZ | 45.77 | 49.91 | 10.13 | - |
| YUV | 179.04 | 54.61 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 49 | 0 | 0.12 | 0.77 | 0.16 | 50.49 | 0.66 | 0.51 |
| Hex | D5 | BB | 31 | 0 | C | 4D | 10 | 32 | 42 | 33 |
| Octal | 325 | 273 | 61 | 0 | 14 | 115 | 20 | 62 | 102 | 63 |
| Binary | 11010101 | 10111011 | 110001 | 0 | 1100 | 1001101 | 10000 | 110010 | 1000010 | 110011 |
Color Harmonies of #D5BB31
Complementary color
Monochromatic Colors of #D5BB31
Black with #D5BB31
Text Example
Text Example
White with #D5BB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BB31; }
p { color: rgb(213,187,49); }
H1.HeaderClassName
{
color: #D5BB31;
}
.AnyTagClassName
{
color: #D5BB31;
}
</style>
background-color css
<style>
a { background-color: #D5BB31; }
a { background-color: rgb(213,187,49); }
div.DivClassName
{
background-color: #D5BB31;
}
.BgClassName
{
background-color: #D5BB31;
}
</style>
border-color css
<style>
span { border-color: #D5BB31; }
span { border-color: rgb(213,187,49); }
td.TdClassName
{
border-color: #D5BB31;
}
.TagClassName
{
border-color: #D5BB31;
}
</style>