Shades of Old Gold #D4BE45
Tints of Old Gold #D4BE45
RGB
CMYK
RGB Variations
Color information
#D4BE45 (or 0xD4BE45) is known color: Old Gold. HEX triplet: D4, BE and 45. RGB value is (212,190,69). Sum of RGB (Red+Green+Blue) = 212+190+69=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BE45 is #2B41BA. Grayscale: #B7B7B7. Windows color (decimal): -2834875 or 4570836. OLE color: 4570836.
HSL color Cylindrical-coordinate representation of color #D4BE45: hue angle of 50.77º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4BE45 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 190 | 69 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.17 |
| HSL | 50.77º | 0.62% | 0.55% | - |
| HSV(B) | 50.77º | 0.67% | 0.83% | - |
| XYZ | 46.64 | 51.25 | 13.07 | - |
| YUV | 182.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 69 | 0 | 0.10 | 0.67 | 0.17 | 50.77 | 0.62 | 0.55 |
| Hex | D4 | BE | 45 | 0 | A | 43 | 11 | 33 | 3E | 37 |
| Octal | 324 | 276 | 105 | 0 | 12 | 103 | 21 | 63 | 76 | 67 |
| Binary | 11010100 | 10111110 | 1000101 | 0 | 1010 | 1000011 | 10001 | 110011 | 111110 | 110111 |
Color Harmonies of #D4BE45
Complementary color
Monochromatic Colors of #D4BE45
Black with #D4BE45
Text Example
Text Example
White with #D4BE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BE45; }
p { color: rgb(212,190,69); }
H1.HeaderClassName
{
color: #D4BE45;
}
.AnyTagClassName
{
color: #D4BE45;
}
</style>
background-color css
<style>
a { background-color: #D4BE45; }
a { background-color: rgb(212,190,69); }
div.DivClassName
{
background-color: #D4BE45;
}
.BgClassName
{
background-color: #D4BE45;
}
</style>
border-color css
<style>
span { border-color: #D4BE45; }
span { border-color: rgb(212,190,69); }
td.TdClassName
{
border-color: #D4BE45;
}
.TagClassName
{
border-color: #D4BE45;
}
</style>