Shades of Old Gold #D4BE38
Tints of Old Gold #D4BE38
RGB
CMYK
RGB Variations
Color information
#D4BE38 (or 0xD4BE38) is known color: Old Gold. HEX triplet: D4, BE and 38. RGB value is (212,190,56). Sum of RGB (Red+Green+Blue) = 212+190+56=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 56 (22.27% from 255 or 12.23% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BE38 is #2B41C7. Grayscale: #B5B5B5. Windows color (decimal): -2834888 or 3718868. OLE color: 3718868.
HSL color Cylindrical-coordinate representation of color #D4BE38: hue angle of 51.54º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4BE38 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 190 | 56 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.17 |
| HSL | 51.54º | 0.64% | 0.53% | - |
| HSV(B) | 51.54º | 0.74% | 0.83% | - |
| XYZ | 46.28 | 51.11 | 11.17 | - |
| YUV | 181.3 | 57.29 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 56 | 0 | 0.10 | 0.74 | 0.17 | 51.54 | 0.64 | 0.53 |
| Hex | D4 | BE | 38 | 0 | A | 4A | 11 | 34 | 40 | 35 |
| Octal | 324 | 276 | 70 | 0 | 12 | 112 | 21 | 64 | 100 | 65 |
| Binary | 11010100 | 10111110 | 111000 | 0 | 1010 | 1001010 | 10001 | 110100 | 1000000 | 110101 |
Color Harmonies of #D4BE38
Complementary color
Monochromatic Colors of #D4BE38
Black with #D4BE38
Text Example
Text Example
White with #D4BE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BE38; }
p { color: rgb(212,190,56); }
H1.HeaderClassName
{
color: #D4BE38;
}
.AnyTagClassName
{
color: #D4BE38;
}
</style>
background-color css
<style>
a { background-color: #D4BE38; }
a { background-color: rgb(212,190,56); }
div.DivClassName
{
background-color: #D4BE38;
}
.BgClassName
{
background-color: #D4BE38;
}
</style>
border-color css
<style>
span { border-color: #D4BE38; }
span { border-color: rgb(212,190,56); }
td.TdClassName
{
border-color: #D4BE38;
}
.TagClassName
{
border-color: #D4BE38;
}
</style>