Shades of Old Gold #D5BE3C
Tints of Old Gold #D5BE3C
RGB
CMYK
RGB Variations
Color information
#D5BE3C (or 0xD5BE3C) is known color: Old Gold. HEX triplet: D5, BE and 3C. RGB value is (213,190,60). Sum of RGB (Red+Green+Blue) = 213+190+60=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BE3C is #2A41C3. Grayscale: #B6B6B6. Windows color (decimal): -2769348 or 3981013. OLE color: 3981013.
HSL color Cylindrical-coordinate representation of color #D5BE3C: hue angle of 50.98º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5BE3C is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 60 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.16 |
| HSL | 50.98º | 0.65% | 0.54% | - |
| HSV(B) | 50.98º | 0.72% | 0.84% | - |
| XYZ | 46.67 | 51.3 | 11.72 | - |
| YUV | 182.06 | 59.12 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 60 | 0 | 0.11 | 0.72 | 0.16 | 50.98 | 0.65 | 0.54 |
| Hex | D5 | BE | 3C | 0 | B | 48 | 10 | 33 | 41 | 36 |
| Octal | 325 | 276 | 74 | 0 | 13 | 110 | 20 | 63 | 101 | 66 |
| Binary | 11010101 | 10111110 | 111100 | 0 | 1011 | 1001000 | 10000 | 110011 | 1000001 | 110110 |
Color Harmonies of #D5BE3C
Complementary color
Monochromatic Colors of #D5BE3C
Black with #D5BE3C
Text Example
Text Example
White with #D5BE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE3C; }
p { color: rgb(213,190,60); }
H1.HeaderClassName
{
color: #D5BE3C;
}
.AnyTagClassName
{
color: #D5BE3C;
}
</style>
background-color css
<style>
a { background-color: #D5BE3C; }
a { background-color: rgb(213,190,60); }
div.DivClassName
{
background-color: #D5BE3C;
}
.BgClassName
{
background-color: #D5BE3C;
}
</style>
border-color css
<style>
span { border-color: #D5BE3C; }
span { border-color: rgb(213,190,60); }
td.TdClassName
{
border-color: #D5BE3C;
}
.TagClassName
{
border-color: #D5BE3C;
}
</style>