Shades of Old Gold #D6BB44
Tints of Old Gold #D6BB44
RGB
CMYK
RGB Variations
Color information
#D6BB44 (or 0xD6BB44) is known color: Old Gold. HEX triplet: D6, BB and 44. RGB value is (214,187,68). Sum of RGB (Red+Green+Blue) = 214+187+68=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BB44 is #2944BB. Grayscale: #B6B6B6. Windows color (decimal): -2704572 or 4504534. OLE color: 4504534.
HSL color Cylindrical-coordinate representation of color #D6BB44: hue angle of 48.9º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6BB44 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 68 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.16 |
| HSL | 48.9º | 0.64% | 0.55% | - |
| HSV(B) | 48.9º | 0.68% | 0.84% | - |
| XYZ | 46.55 | 50.25 | 12.72 | - |
| YUV | 181.51 | 63.95 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 68 | 0 | 0.13 | 0.68 | 0.16 | 48.9 | 0.64 | 0.55 |
| Hex | D6 | BB | 44 | 0 | D | 44 | 10 | 31 | 40 | 37 |
| Octal | 326 | 273 | 104 | 0 | 15 | 104 | 20 | 61 | 100 | 67 |
| Binary | 11010110 | 10111011 | 1000100 | 0 | 1101 | 1000100 | 10000 | 110001 | 1000000 | 110111 |
Color Harmonies of #D6BB44
Complementary color
Monochromatic Colors of #D6BB44
Black with #D6BB44
Text Example
Text Example
White with #D6BB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BB44; }
p { color: rgb(214,187,68); }
H1.HeaderClassName
{
color: #D6BB44;
}
.AnyTagClassName
{
color: #D6BB44;
}
</style>
background-color css
<style>
a { background-color: #D6BB44; }
a { background-color: rgb(214,187,68); }
div.DivClassName
{
background-color: #D6BB44;
}
.BgClassName
{
background-color: #D6BB44;
}
</style>
border-color css
<style>
span { border-color: #D6BB44; }
span { border-color: rgb(214,187,68); }
td.TdClassName
{
border-color: #D6BB44;
}
.TagClassName
{
border-color: #D6BB44;
}
</style>