Shades of Old Gold #D4BE30
Tints of Old Gold #D4BE30
RGB
CMYK
RGB Variations
Color information
#D4BE30 (or 0xD4BE30) is known color: Old Gold. HEX triplet: D4, BE and 30. RGB value is (212,190,48). Sum of RGB (Red+Green+Blue) = 212+190+48=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BE30 is #2B41CF. Grayscale: #B4B4B4. Windows color (decimal): -2834896 or 3194580. OLE color: 3194580.
HSL color Cylindrical-coordinate representation of color #D4BE30: hue angle of 51.95º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4BE30 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 190 | 48 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.17 |
| HSL | 51.95º | 0.66% | 0.51% | - |
| HSV(B) | 51.95º | 0.77% | 0.83% | - |
| XYZ | 46.1 | 51.04 | 10.22 | - |
| YUV | 180.39 | 53.29 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 48 | 0 | 0.10 | 0.77 | 0.17 | 51.95 | 0.66 | 0.51 |
| Hex | D4 | BE | 30 | 0 | A | 4D | 11 | 34 | 42 | 33 |
| Octal | 324 | 276 | 60 | 0 | 12 | 115 | 21 | 64 | 102 | 63 |
| Binary | 11010100 | 10111110 | 110000 | 0 | 1010 | 1001101 | 10001 | 110100 | 1000010 | 110011 |
Color Harmonies of #D4BE30
Complementary color
Monochromatic Colors of #D4BE30
Black with #D4BE30
Text Example
Text Example
White with #D4BE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BE30; }
p { color: rgb(212,190,48); }
H1.HeaderClassName
{
color: #D4BE30;
}
.AnyTagClassName
{
color: #D4BE30;
}
</style>
background-color css
<style>
a { background-color: #D4BE30; }
a { background-color: rgb(212,190,48); }
div.DivClassName
{
background-color: #D4BE30;
}
.BgClassName
{
background-color: #D4BE30;
}
</style>
border-color css
<style>
span { border-color: #D4BE30; }
span { border-color: rgb(212,190,48); }
td.TdClassName
{
border-color: #D4BE30;
}
.TagClassName
{
border-color: #D4BE30;
}
</style>