Shades of Old Gold #D9BC32
Tints of Old Gold #D9BC32
RGB
CMYK
RGB Variations
Color information
#D9BC32 (or 0xD9BC32) is known color: Old Gold. HEX triplet: D9, BC and 32. RGB value is (217,188,50). Sum of RGB (Red+Green+Blue) = 217+188+50=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BC32 is #2643CD. Grayscale: #B5B5B5. Windows color (decimal): -2507726 or 3325145. OLE color: 3325145.
HSL color Cylindrical-coordinate representation of color #D9BC32: hue angle of 49.58º 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 #D9BC32 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 50 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.15 |
| HSL | 49.58º | 0.69% | 0.52% | - |
| HSV(B) | 49.58º | 0.77% | 0.85% | - |
| XYZ | 47.17 | 50.95 | 10.37 | - |
| YUV | 180.94 | 54.11 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 50 | 0 | 0.13 | 0.77 | 0.15 | 49.58 | 0.69 | 0.52 |
| Hex | D9 | BC | 32 | 0 | D | 4D | F | 32 | 45 | 34 |
| Octal | 331 | 274 | 62 | 0 | 15 | 115 | 17 | 62 | 105 | 64 |
| Binary | 11011001 | 10111100 | 110010 | 0 | 1101 | 1001101 | 1111 | 110010 | 1000101 | 110100 |
Color Harmonies of #D9BC32
Complementary color
Monochromatic Colors of #D9BC32
Black with #D9BC32
Text Example
Text Example
White with #D9BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC32; }
p { color: rgb(217,188,50); }
H1.HeaderClassName
{
color: #D9BC32;
}
.AnyTagClassName
{
color: #D9BC32;
}
</style>
background-color css
<style>
a { background-color: #D9BC32; }
a { background-color: rgb(217,188,50); }
div.DivClassName
{
background-color: #D9BC32;
}
.BgClassName
{
background-color: #D9BC32;
}
</style>
border-color css
<style>
span { border-color: #D9BC32; }
span { border-color: rgb(217,188,50); }
td.TdClassName
{
border-color: #D9BC32;
}
.TagClassName
{
border-color: #D9BC32;
}
</style>