Shades of Old Gold #D9BC3E
Tints of Old Gold #D9BC3E
RGB
CMYK
RGB Variations
Color information
#D9BC3E (or 0xD9BC3E) is known color: Old Gold. HEX triplet: D9, BC and 3E. RGB value is (217,188,62). Sum of RGB (Red+Green+Blue) = 217+188+62=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BC3E is #2643C1. Grayscale: #B6B6B6. Windows color (decimal): -2507714 or 4111577. OLE color: 4111577.
HSL color Cylindrical-coordinate representation of color #D9BC3E: hue angle of 48.77º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9BC3E is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 188 | 62 | - |
CMYK | 0 | 0.13 | 0.71 | 0.15 |
HSL | 48.77º | 0.67% | 0.55% | - |
HSV(B) | 48.77º | 0.71% | 0.85% | - |
XYZ | 47.47 | 51.07 | 11.91 | - |
YUV | 182.31 | 60.11 | 152.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 188 | 62 | 0 | 0.13 | 0.71 | 0.15 | 48.77 | 0.67 | 0.55 |
Hex | D9 | BC | 3E | 0 | D | 47 | F | 31 | 43 | 37 |
Octal | 331 | 274 | 76 | 0 | 15 | 107 | 17 | 61 | 103 | 67 |
Binary | 11011001 | 10111100 | 111110 | 0 | 1101 | 1000111 | 1111 | 110001 | 1000011 | 110111 |
Color Harmonies of #D9BC3E
Complementary color
Monochromatic Colors of #D9BC3E
Black with #D9BC3E
Text Example
Text Example
White with #D9BC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC3E; }
p { color: rgb(217,188,62); }
H1.HeaderClassName
{
color: #D9BC3E;
}
.AnyTagClassName
{
color: #D9BC3E;
}
</style>
background-color css
<style>
a { background-color: #D9BC3E; }
a { background-color: rgb(217,188,62); }
div.DivClassName
{
background-color: #D9BC3E;
}
.BgClassName
{
background-color: #D9BC3E;
}
</style>
border-color css
<style>
span { border-color: #D9BC3E; }
span { border-color: rgb(217,188,62); }
td.TdClassName
{
border-color: #D9BC3E;
}
.TagClassName
{
border-color: #D9BC3E;
}
</style>