Shades of Old Gold #D6BD31
Tints of Old Gold #D6BD31
RGB
CMYK
RGB Variations
Color information
#D6BD31 (or 0xD6BD31) is known color: Old Gold. HEX triplet: D6, BD and 31. RGB value is (214,189,49). Sum of RGB (Red+Green+Blue) = 214+189+49=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BD31 is #2942CE. Grayscale: #B5B5B5. Windows color (decimal): -2704079 or 3259862. OLE color: 3259862.
HSL color Cylindrical-coordinate representation of color #D6BD31: hue angle of 50.91º degrees, saturation: 0.67, 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 #D6BD31 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 49 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.16 |
| HSL | 50.91º | 0.67% | 0.52% | - |
| HSV(B) | 50.91º | 0.77% | 0.84% | - |
| XYZ | 46.48 | 50.91 | 10.28 | - |
| YUV | 180.52 | 53.78 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 49 | 0 | 0.12 | 0.77 | 0.16 | 50.91 | 0.67 | 0.52 |
| Hex | D6 | BD | 31 | 0 | C | 4D | 10 | 33 | 43 | 34 |
| Octal | 326 | 275 | 61 | 0 | 14 | 115 | 20 | 63 | 103 | 64 |
| Binary | 11010110 | 10111101 | 110001 | 0 | 1100 | 1001101 | 10000 | 110011 | 1000011 | 110100 |
Color Harmonies of #D6BD31
Complementary color
Monochromatic Colors of #D6BD31
Black with #D6BD31
Text Example
Text Example
White with #D6BD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BD31; }
p { color: rgb(214,189,49); }
H1.HeaderClassName
{
color: #D6BD31;
}
.AnyTagClassName
{
color: #D6BD31;
}
</style>
background-color css
<style>
a { background-color: #D6BD31; }
a { background-color: rgb(214,189,49); }
div.DivClassName
{
background-color: #D6BD31;
}
.BgClassName
{
background-color: #D6BD31;
}
</style>
border-color css
<style>
span { border-color: #D6BD31; }
span { border-color: rgb(214,189,49); }
td.TdClassName
{
border-color: #D6BD31;
}
.TagClassName
{
border-color: #D6BD31;
}
</style>