Shades of Old Gold #D5BE44
Tints of Old Gold #D5BE44
RGB
CMYK
RGB Variations
Color information
#D5BE44 (or 0xD5BE44) is known color: Old Gold. HEX triplet: D5, BE and 44. RGB value is (213,190,68). Sum of RGB (Red+Green+Blue) = 213+190+68=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 68 (26.95% from 255 or 14.44% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BE44 is #2A41BB. Grayscale: #B7B7B7. Windows color (decimal): -2769340 or 4505301. OLE color: 4505301.
HSL color Cylindrical-coordinate representation of color #D5BE44: hue angle of 50.48º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5BE44 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 68 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.16 |
| HSL | 50.48º | 0.63% | 0.55% | - |
| HSV(B) | 50.48º | 0.68% | 0.84% | - |
| XYZ | 46.9 | 51.39 | 12.92 | - |
| YUV | 182.97 | 63.12 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 68 | 0 | 0.11 | 0.68 | 0.16 | 50.48 | 0.63 | 0.55 |
| Hex | D5 | BE | 44 | 0 | B | 44 | 10 | 32 | 3F | 37 |
| Octal | 325 | 276 | 104 | 0 | 13 | 104 | 20 | 62 | 77 | 67 |
| Binary | 11010101 | 10111110 | 1000100 | 0 | 1011 | 1000100 | 10000 | 110010 | 111111 | 110111 |
Color Harmonies of #D5BE44
Complementary color
Monochromatic Colors of #D5BE44
Black with #D5BE44
Text Example
Text Example
White with #D5BE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE44; }
p { color: rgb(213,190,68); }
H1.HeaderClassName
{
color: #D5BE44;
}
.AnyTagClassName
{
color: #D5BE44;
}
</style>
background-color css
<style>
a { background-color: #D5BE44; }
a { background-color: rgb(213,190,68); }
div.DivClassName
{
background-color: #D5BE44;
}
.BgClassName
{
background-color: #D5BE44;
}
</style>
border-color css
<style>
span { border-color: #D5BE44; }
span { border-color: rgb(213,190,68); }
td.TdClassName
{
border-color: #D5BE44;
}
.TagClassName
{
border-color: #D5BE44;
}
</style>