Shades of Old Gold #D6BC41
Tints of Old Gold #D6BC41
RGB
CMYK
RGB Variations
Color information
#D6BC41 (or 0xD6BC41) is known color: Old Gold. HEX triplet: D6, BC and 41. RGB value is (214,188,65). Sum of RGB (Red+Green+Blue) = 214+188+65=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BC41 is #2943BE. Grayscale: #B6B6B6. Windows color (decimal): -2704319 or 4308182. OLE color: 4308182.
HSL color Cylindrical-coordinate representation of color #D6BC41: hue angle of 49.53º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6BC41 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 65 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.16 |
| HSL | 49.53º | 0.65% | 0.55% | - |
| HSV(B) | 49.53º | 0.7% | 0.84% | - |
| XYZ | 46.67 | 50.64 | 12.32 | - |
| YUV | 181.75 | 62.11 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 65 | 0 | 0.12 | 0.70 | 0.16 | 49.53 | 0.65 | 0.55 |
| Hex | D6 | BC | 41 | 0 | C | 46 | 10 | 32 | 41 | 37 |
| Octal | 326 | 274 | 101 | 0 | 14 | 106 | 20 | 62 | 101 | 67 |
| Binary | 11010110 | 10111100 | 1000001 | 0 | 1100 | 1000110 | 10000 | 110010 | 1000001 | 110111 |
Color Harmonies of #D6BC41
Complementary color
Monochromatic Colors of #D6BC41
Black with #D6BC41
Text Example
Text Example
White with #D6BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BC41; }
p { color: rgb(214,188,65); }
H1.HeaderClassName
{
color: #D6BC41;
}
.AnyTagClassName
{
color: #D6BC41;
}
</style>
background-color css
<style>
a { background-color: #D6BC41; }
a { background-color: rgb(214,188,65); }
div.DivClassName
{
background-color: #D6BC41;
}
.BgClassName
{
background-color: #D6BC41;
}
</style>
border-color css
<style>
span { border-color: #D6BC41; }
span { border-color: rgb(214,188,65); }
td.TdClassName
{
border-color: #D6BC41;
}
.TagClassName
{
border-color: #D6BC41;
}
</style>