Shades of Old Gold #D5BA35
Tints of Old Gold #D5BA35
RGB
CMYK
RGB Variations
Color information
#D5BA35 (or 0xD5BA35) is known color: Old Gold. HEX triplet: D5, BA and 35. RGB value is (213,186,53). Sum of RGB (Red+Green+Blue) = 213+186+53=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 53 (21.09% from 255 or 11.73% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BA35 is #2A45CA. Grayscale: #B3B3B3. Windows color (decimal): -2770379 or 3521237. OLE color: 3521237.
HSL color Cylindrical-coordinate representation of color #D5BA35: hue angle of 49.88º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5BA35 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 53 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.16 |
| HSL | 49.88º | 0.66% | 0.52% | - |
| HSV(B) | 49.88º | 0.75% | 0.84% | - |
| XYZ | 45.64 | 49.52 | 10.52 | - |
| YUV | 178.91 | 56.95 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 53 | 0 | 0.13 | 0.75 | 0.16 | 49.88 | 0.66 | 0.52 |
| Hex | D5 | BA | 35 | 0 | D | 4B | 10 | 32 | 42 | 34 |
| Octal | 325 | 272 | 65 | 0 | 15 | 113 | 20 | 62 | 102 | 64 |
| Binary | 11010101 | 10111010 | 110101 | 0 | 1101 | 1001011 | 10000 | 110010 | 1000010 | 110100 |
Color Harmonies of #D5BA35
Complementary color
Monochromatic Colors of #D5BA35
Black with #D5BA35
Text Example
Text Example
White with #D5BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA35; }
p { color: rgb(213,186,53); }
H1.HeaderClassName
{
color: #D5BA35;
}
.AnyTagClassName
{
color: #D5BA35;
}
</style>
background-color css
<style>
a { background-color: #D5BA35; }
a { background-color: rgb(213,186,53); }
div.DivClassName
{
background-color: #D5BA35;
}
.BgClassName
{
background-color: #D5BA35;
}
</style>
border-color css
<style>
span { border-color: #D5BA35; }
span { border-color: rgb(213,186,53); }
td.TdClassName
{
border-color: #D5BA35;
}
.TagClassName
{
border-color: #D5BA35;
}
</style>