Shades of Old Gold #D6BB4C
Tints of Old Gold #D6BB4C
RGB
CMYK
RGB Variations
Color information
#D6BB4C (or 0xD6BB4C) is known color: Old Gold. HEX triplet: D6, BB and 4C. RGB value is (214,187,76). Sum of RGB (Red+Green+Blue) = 214+187+76=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BB4C is #2944B3. Grayscale: #B6B6B6. Windows color (decimal): -2704564 or 5028822. OLE color: 5028822.
HSL color Cylindrical-coordinate representation of color #D6BB4C: hue angle of 48.26º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6BB4C is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 76 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.16 |
| HSL | 48.26º | 0.63% | 0.57% | - |
| HSV(B) | 48.26º | 0.64% | 0.84% | - |
| XYZ | 46.81 | 50.36 | 14.09 | - |
| YUV | 182.42 | 67.95 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 76 | 0 | 0.13 | 0.64 | 0.16 | 48.26 | 0.63 | 0.57 |
| Hex | D6 | BB | 4C | 0 | D | 40 | 10 | 30 | 3F | 39 |
| Octal | 326 | 273 | 114 | 0 | 15 | 100 | 20 | 60 | 77 | 71 |
| Binary | 11010110 | 10111011 | 1001100 | 0 | 1101 | 1000000 | 10000 | 110000 | 111111 | 111001 |
Color Harmonies of #D6BB4C
Complementary color
Monochromatic Colors of #D6BB4C
Black with #D6BB4C
Text Example
Text Example
White with #D6BB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BB4C; }
p { color: rgb(214,187,76); }
H1.HeaderClassName
{
color: #D6BB4C;
}
.AnyTagClassName
{
color: #D6BB4C;
}
</style>
background-color css
<style>
a { background-color: #D6BB4C; }
a { background-color: rgb(214,187,76); }
div.DivClassName
{
background-color: #D6BB4C;
}
.BgClassName
{
background-color: #D6BB4C;
}
</style>
border-color css
<style>
span { border-color: #D6BB4C; }
span { border-color: rgb(214,187,76); }
td.TdClassName
{
border-color: #D6BB4C;
}
.TagClassName
{
border-color: #D6BB4C;
}
</style>