Shades of Old Gold #D9BF32
Tints of Old Gold #D9BF32
RGB
CMYK
RGB Variations
Color information
#D9BF32 (or 0xD9BF32) is known color: Old Gold. HEX triplet: D9, BF and 32. RGB value is (217,191,50). Sum of RGB (Red+Green+Blue) = 217+191+50=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BF32 is #2640CD. Grayscale: #B7B7B7. Windows color (decimal): -2506958 or 3325913. OLE color: 3325913.
HSL color Cylindrical-coordinate representation of color #D9BF32: hue angle of 50.66º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9BF32 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 191 | 50 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.15 |
| HSL | 50.66º | 0.69% | 0.52% | - |
| HSV(B) | 50.66º | 0.77% | 0.85% | - |
| XYZ | 47.82 | 52.24 | 10.58 | - |
| YUV | 182.7 | 53.11 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 50 | 0 | 0.12 | 0.77 | 0.15 | 50.66 | 0.69 | 0.52 |
| Hex | D9 | BF | 32 | 0 | C | 4D | F | 33 | 45 | 34 |
| Octal | 331 | 277 | 62 | 0 | 14 | 115 | 17 | 63 | 105 | 64 |
| Binary | 11011001 | 10111111 | 110010 | 0 | 1100 | 1001101 | 1111 | 110011 | 1000101 | 110100 |
Color Harmonies of #D9BF32
Complementary color
Monochromatic Colors of #D9BF32
Black with #D9BF32
Text Example
Text Example
White with #D9BF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BF32; }
p { color: rgb(217,191,50); }
H1.HeaderClassName
{
color: #D9BF32;
}
.AnyTagClassName
{
color: #D9BF32;
}
</style>
background-color css
<style>
a { background-color: #D9BF32; }
a { background-color: rgb(217,191,50); }
div.DivClassName
{
background-color: #D9BF32;
}
.BgClassName
{
background-color: #D9BF32;
}
</style>
border-color css
<style>
span { border-color: #D9BF32; }
span { border-color: rgb(217,191,50); }
td.TdClassName
{
border-color: #D9BF32;
}
.TagClassName
{
border-color: #D9BF32;
}
</style>