Shades of Old Gold #D5BE41
Tints of Old Gold #D5BE41
RGB
CMYK
RGB Variations
Color information
#D5BE41 (or 0xD5BE41) is known color: Old Gold. HEX triplet: D5, BE and 41. RGB value is (213,190,65). Sum of RGB (Red+Green+Blue) = 213+190+65=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BE41 is #2A41BE. Grayscale: #B7B7B7. Windows color (decimal): -2769343 or 4308693. OLE color: 4308693.
HSL color Cylindrical-coordinate representation of color #D5BE41: hue angle of 50.68º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5BE41 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 65 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.16 |
| HSL | 50.68º | 0.64% | 0.55% | - |
| HSV(B) | 50.68º | 0.69% | 0.84% | - |
| XYZ | 46.81 | 51.35 | 12.45 | - |
| YUV | 182.63 | 61.62 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 65 | 0 | 0.11 | 0.69 | 0.16 | 50.68 | 0.64 | 0.55 |
| Hex | D5 | BE | 41 | 0 | B | 45 | 10 | 33 | 40 | 37 |
| Octal | 325 | 276 | 101 | 0 | 13 | 105 | 20 | 63 | 100 | 67 |
| Binary | 11010101 | 10111110 | 1000001 | 0 | 1011 | 1000101 | 10000 | 110011 | 1000000 | 110111 |
Color Harmonies of #D5BE41
Complementary color
Monochromatic Colors of #D5BE41
Black with #D5BE41
Text Example
Text Example
White with #D5BE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE41; }
p { color: rgb(213,190,65); }
H1.HeaderClassName
{
color: #D5BE41;
}
.AnyTagClassName
{
color: #D5BE41;
}
</style>
background-color css
<style>
a { background-color: #D5BE41; }
a { background-color: rgb(213,190,65); }
div.DivClassName
{
background-color: #D5BE41;
}
.BgClassName
{
background-color: #D5BE41;
}
</style>
border-color css
<style>
span { border-color: #D5BE41; }
span { border-color: rgb(213,190,65); }
td.TdClassName
{
border-color: #D5BE41;
}
.TagClassName
{
border-color: #D5BE41;
}
</style>