Shades of Old Gold #D5BC30
Tints of Old Gold #D5BC30
RGB
CMYK
RGB Variations
Color information
#D5BC30 (or 0xD5BC30) is known color: Old Gold. HEX triplet: D5, BC and 30. RGB value is (213,188,48). Sum of RGB (Red+Green+Blue) = 213+188+48=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BC30 is #2A43CF. Grayscale: #B4B4B4. Windows color (decimal): -2769872 or 3194069. OLE color: 3194069.
HSL color Cylindrical-coordinate representation of color #D5BC30: hue angle of 50.91º 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 #D5BC30 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 48 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.16 |
| HSL | 50.91º | 0.66% | 0.51% | - |
| HSV(B) | 50.91º | 0.77% | 0.84% | - |
| XYZ | 45.96 | 50.33 | 10.09 | - |
| YUV | 179.52 | 53.78 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 48 | 0 | 0.12 | 0.77 | 0.16 | 50.91 | 0.66 | 0.51 |
| Hex | D5 | BC | 30 | 0 | C | 4D | 10 | 33 | 42 | 33 |
| Octal | 325 | 274 | 60 | 0 | 14 | 115 | 20 | 63 | 102 | 63 |
| Binary | 11010101 | 10111100 | 110000 | 0 | 1100 | 1001101 | 10000 | 110011 | 1000010 | 110011 |
Color Harmonies of #D5BC30
Complementary color
Monochromatic Colors of #D5BC30
Black with #D5BC30
Text Example
Text Example
White with #D5BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC30; }
p { color: rgb(213,188,48); }
H1.HeaderClassName
{
color: #D5BC30;
}
.AnyTagClassName
{
color: #D5BC30;
}
</style>
background-color css
<style>
a { background-color: #D5BC30; }
a { background-color: rgb(213,188,48); }
div.DivClassName
{
background-color: #D5BC30;
}
.BgClassName
{
background-color: #D5BC30;
}
</style>
border-color css
<style>
span { border-color: #D5BC30; }
span { border-color: rgb(213,188,48); }
td.TdClassName
{
border-color: #D5BC30;
}
.TagClassName
{
border-color: #D5BC30;
}
</style>