Shades of Old Gold #D5BC32
Tints of Old Gold #D5BC32
RGB
CMYK
RGB Variations
Color information
#D5BC32 (or 0xD5BC32) is known color: Old Gold. HEX triplet: D5, BC and 32. RGB value is (213,188,50). Sum of RGB (Red+Green+Blue) = 213+188+50=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 50 (19.92% from 255 or 11.09% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BC32 is #2A43CD. Grayscale: #B4B4B4. Windows color (decimal): -2769870 or 3325141. OLE color: 3325141.
HSL color Cylindrical-coordinate representation of color #D5BC32: hue angle of 50.8º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5BC32 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 50 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.16 |
| HSL | 50.8º | 0.66% | 0.52% | - |
| HSV(B) | 50.8º | 0.77% | 0.84% | - |
| XYZ | 46 | 50.34 | 10.31 | - |
| YUV | 179.74 | 54.78 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 50 | 0 | 0.12 | 0.77 | 0.16 | 50.8 | 0.66 | 0.52 |
| Hex | D5 | BC | 32 | 0 | C | 4D | 10 | 33 | 42 | 34 |
| Octal | 325 | 274 | 62 | 0 | 14 | 115 | 20 | 63 | 102 | 64 |
| Binary | 11010101 | 10111100 | 110010 | 0 | 1100 | 1001101 | 10000 | 110011 | 1000010 | 110100 |
Color Harmonies of #D5BC32
Complementary color
Monochromatic Colors of #D5BC32
Black with #D5BC32
Text Example
Text Example
White with #D5BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC32; }
p { color: rgb(213,188,50); }
H1.HeaderClassName
{
color: #D5BC32;
}
.AnyTagClassName
{
color: #D5BC32;
}
</style>
background-color css
<style>
a { background-color: #D5BC32; }
a { background-color: rgb(213,188,50); }
div.DivClassName
{
background-color: #D5BC32;
}
.BgClassName
{
background-color: #D5BC32;
}
</style>
border-color css
<style>
span { border-color: #D5BC32; }
span { border-color: rgb(213,188,50); }
td.TdClassName
{
border-color: #D5BC32;
}
.TagClassName
{
border-color: #D5BC32;
}
</style>