Shades of Old Gold #D5BD3C
Tints of Old Gold #D5BD3C
RGB
CMYK
RGB Variations
Color information
#D5BD3C (or 0xD5BD3C) is known color: Old Gold. HEX triplet: D5, BD and 3C. RGB value is (213,189,60). Sum of RGB (Red+Green+Blue) = 213+189+60=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BD3C is #2A42C3. Grayscale: #B6B6B6. Windows color (decimal): -2769604 or 3980757. OLE color: 3980757.
HSL color Cylindrical-coordinate representation of color #D5BD3C: hue angle of 50.59º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5BD3C is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 60 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.16 |
| HSL | 50.59º | 0.65% | 0.54% | - |
| HSV(B) | 50.59º | 0.72% | 0.84% | - |
| XYZ | 46.45 | 50.87 | 11.65 | - |
| YUV | 181.47 | 59.45 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 60 | 0 | 0.11 | 0.72 | 0.16 | 50.59 | 0.65 | 0.54 |
| Hex | D5 | BD | 3C | 0 | B | 48 | 10 | 33 | 41 | 36 |
| Octal | 325 | 275 | 74 | 0 | 13 | 110 | 20 | 63 | 101 | 66 |
| Binary | 11010101 | 10111101 | 111100 | 0 | 1011 | 1001000 | 10000 | 110011 | 1000001 | 110110 |
Color Harmonies of #D5BD3C
Complementary color
Monochromatic Colors of #D5BD3C
Black with #D5BD3C
Text Example
Text Example
White with #D5BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BD3C; }
p { color: rgb(213,189,60); }
H1.HeaderClassName
{
color: #D5BD3C;
}
.AnyTagClassName
{
color: #D5BD3C;
}
</style>
background-color css
<style>
a { background-color: #D5BD3C; }
a { background-color: rgb(213,189,60); }
div.DivClassName
{
background-color: #D5BD3C;
}
.BgClassName
{
background-color: #D5BD3C;
}
</style>
border-color css
<style>
span { border-color: #D5BD3C; }
span { border-color: rgb(213,189,60); }
td.TdClassName
{
border-color: #D5BD3C;
}
.TagClassName
{
border-color: #D5BD3C;
}
</style>