Shades of Old Gold #D5BC3D
Tints of Old Gold #D5BC3D
RGB
CMYK
RGB Variations
Color information
#D5BC3D (or 0xD5BC3D) is known color: Old Gold. HEX triplet: D5, BC and 3D. RGB value is (213,188,61). Sum of RGB (Red+Green+Blue) = 213+188+61=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BC3D is #2A43C2. Grayscale: #B5B5B5. Windows color (decimal): -2769859 or 4046037. OLE color: 4046037.
HSL color Cylindrical-coordinate representation of color #D5BC3D: hue angle of 50.13º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5BC3D is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 61 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.16 |
| HSL | 50.13º | 0.64% | 0.54% | - |
| HSV(B) | 50.13º | 0.71% | 0.84% | - |
| XYZ | 46.27 | 50.45 | 11.71 | - |
| YUV | 181 | 60.28 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 61 | 0 | 0.12 | 0.71 | 0.16 | 50.13 | 0.64 | 0.54 |
| Hex | D5 | BC | 3D | 0 | C | 47 | 10 | 32 | 40 | 36 |
| Octal | 325 | 274 | 75 | 0 | 14 | 107 | 20 | 62 | 100 | 66 |
| Binary | 11010101 | 10111100 | 111101 | 0 | 1100 | 1000111 | 10000 | 110010 | 1000000 | 110110 |
Color Harmonies of #D5BC3D
Complementary color
Monochromatic Colors of #D5BC3D
Black with #D5BC3D
Text Example
Text Example
White with #D5BC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC3D; }
p { color: rgb(213,188,61); }
H1.HeaderClassName
{
color: #D5BC3D;
}
.AnyTagClassName
{
color: #D5BC3D;
}
</style>
background-color css
<style>
a { background-color: #D5BC3D; }
a { background-color: rgb(213,188,61); }
div.DivClassName
{
background-color: #D5BC3D;
}
.BgClassName
{
background-color: #D5BC3D;
}
</style>
border-color css
<style>
span { border-color: #D5BC3D; }
span { border-color: rgb(213,188,61); }
td.TdClassName
{
border-color: #D5BC3D;
}
.TagClassName
{
border-color: #D5BC3D;
}
</style>