Shades of Old Gold #D6BB30
Tints of Old Gold #D6BB30
RGB
CMYK
RGB Variations
Color information
#D6BB30 (or 0xD6BB30) is known color: Old Gold. HEX triplet: D6, BB and 30. RGB value is (214,187,48). Sum of RGB (Red+Green+Blue) = 214+187+48=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BB30 is #2944CF. Grayscale: #B3B3B3. Windows color (decimal): -2704592 or 3193814. OLE color: 3193814.
HSL color Cylindrical-coordinate representation of color #D6BB30: hue angle of 50.24º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6BB30 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 48 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.16 |
| HSL | 50.24º | 0.67% | 0.51% | - |
| HSV(B) | 50.24º | 0.78% | 0.84% | - |
| XYZ | 46.04 | 50.05 | 10.03 | - |
| YUV | 179.23 | 53.95 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 48 | 0 | 0.13 | 0.78 | 0.16 | 50.24 | 0.67 | 0.51 |
| Hex | D6 | BB | 30 | 0 | D | 4E | 10 | 32 | 43 | 33 |
| Octal | 326 | 273 | 60 | 0 | 15 | 116 | 20 | 62 | 103 | 63 |
| Binary | 11010110 | 10111011 | 110000 | 0 | 1101 | 1001110 | 10000 | 110010 | 1000011 | 110011 |
Color Harmonies of #D6BB30
Complementary color
Monochromatic Colors of #D6BB30
Black with #D6BB30
Text Example
Text Example
White with #D6BB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BB30; }
p { color: rgb(214,187,48); }
H1.HeaderClassName
{
color: #D6BB30;
}
.AnyTagClassName
{
color: #D6BB30;
}
</style>
background-color css
<style>
a { background-color: #D6BB30; }
a { background-color: rgb(214,187,48); }
div.DivClassName
{
background-color: #D6BB30;
}
.BgClassName
{
background-color: #D6BB30;
}
</style>
border-color css
<style>
span { border-color: #D6BB30; }
span { border-color: rgb(214,187,48); }
td.TdClassName
{
border-color: #D6BB30;
}
.TagClassName
{
border-color: #D6BB30;
}
</style>