Shades of Old Gold #D5BF30
Tints of Old Gold #D5BF30
RGB
CMYK
RGB Variations
Color information
#D5BF30 (or 0xD5BF30) is known color: Old Gold. HEX triplet: D5, BF and 30. RGB value is (213,191,48). Sum of RGB (Red+Green+Blue) = 213+191+48=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 48 (19.14% from 255 or 10.62% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BF30 is #2A40CF. Grayscale: #B5B5B5. Windows color (decimal): -2769104 or 3194837. OLE color: 3194837.
HSL color Cylindrical-coordinate representation of color #D5BF30: hue angle of 52º 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 #D5BF30 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 48 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.16 |
| HSL | 52º | 0.66% | 0.51% | - |
| HSV(B) | 52º | 0.77% | 0.84% | - |
| XYZ | 46.6 | 51.62 | 10.3 | - |
| YUV | 181.28 | 52.79 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 48 | 0 | 0.10 | 0.77 | 0.16 | 52 | 0.66 | 0.51 |
| Hex | D5 | BF | 30 | 0 | A | 4D | 10 | 34 | 42 | 33 |
| Octal | 325 | 277 | 60 | 0 | 12 | 115 | 20 | 64 | 102 | 63 |
| Binary | 11010101 | 10111111 | 110000 | 0 | 1010 | 1001101 | 10000 | 110100 | 1000010 | 110011 |
Color Harmonies of #D5BF30
Complementary color
Monochromatic Colors of #D5BF30
Black with #D5BF30
Text Example
Text Example
White with #D5BF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BF30; }
p { color: rgb(213,191,48); }
H1.HeaderClassName
{
color: #D5BF30;
}
.AnyTagClassName
{
color: #D5BF30;
}
</style>
background-color css
<style>
a { background-color: #D5BF30; }
a { background-color: rgb(213,191,48); }
div.DivClassName
{
background-color: #D5BF30;
}
.BgClassName
{
background-color: #D5BF30;
}
</style>
border-color css
<style>
span { border-color: #D5BF30; }
span { border-color: rgb(213,191,48); }
td.TdClassName
{
border-color: #D5BF30;
}
.TagClassName
{
border-color: #D5BF30;
}
</style>