Shades of Old Gold #D5BF32
Tints of Old Gold #D5BF32
RGB
CMYK
RGB Variations
Color information
#D5BF32 (or 0xD5BF32) is known color: Old Gold. HEX triplet: D5, BF and 32. RGB value is (213,191,50). Sum of RGB (Red+Green+Blue) = 213+191+50=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BF32 is #2A40CD. Grayscale: #B6B6B6. Windows color (decimal): -2769102 or 3325909. OLE color: 3325909.
HSL color Cylindrical-coordinate representation of color #D5BF32: hue angle of 51.9º 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 #D5BF32 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 50 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.16 |
| HSL | 51.9º | 0.66% | 0.52% | - |
| HSV(B) | 51.9º | 0.77% | 0.84% | - |
| XYZ | 46.65 | 51.64 | 10.53 | - |
| YUV | 181.5 | 53.79 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 50 | 0 | 0.10 | 0.77 | 0.16 | 51.9 | 0.66 | 0.52 |
| Hex | D5 | BF | 32 | 0 | A | 4D | 10 | 34 | 42 | 34 |
| Octal | 325 | 277 | 62 | 0 | 12 | 115 | 20 | 64 | 102 | 64 |
| Binary | 11010101 | 10111111 | 110010 | 0 | 1010 | 1001101 | 10000 | 110100 | 1000010 | 110100 |
Color Harmonies of #D5BF32
Complementary color
Monochromatic Colors of #D5BF32
Black with #D5BF32
Text Example
Text Example
White with #D5BF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BF32; }
p { color: rgb(213,191,50); }
H1.HeaderClassName
{
color: #D5BF32;
}
.AnyTagClassName
{
color: #D5BF32;
}
</style>
background-color css
<style>
a { background-color: #D5BF32; }
a { background-color: rgb(213,191,50); }
div.DivClassName
{
background-color: #D5BF32;
}
.BgClassName
{
background-color: #D5BF32;
}
</style>
border-color css
<style>
span { border-color: #D5BF32; }
span { border-color: rgb(213,191,50); }
td.TdClassName
{
border-color: #D5BF32;
}
.TagClassName
{
border-color: #D5BF32;
}
</style>