Shades of Old Gold #DBBB46
Tints of Old Gold #DBBB46
RGB
CMYK
RGB Variations
Color information
#DBBB46 (or 0xDBBB46) is known color: Old Gold. HEX triplet: DB, BB and 46. RGB value is (219,187,70). Sum of RGB (Red+Green+Blue) = 219+187+70=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB46 is #2444B9. Grayscale: #B7B7B7. Windows color (decimal): -2376890 or 4635611. OLE color: 4635611.
HSL color Cylindrical-coordinate representation of color #DBBB46: hue angle of 47.11º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBBB46 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 70 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.14 |
| HSL | 47.11º | 0.67% | 0.57% | - |
| HSV(B) | 47.11º | 0.68% | 0.86% | - |
| XYZ | 48.09 | 51.04 | 13.11 | - |
| YUV | 183.23 | 64.1 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 70 | 0 | 0.15 | 0.68 | 0.14 | 47.11 | 0.67 | 0.57 |
| Hex | DB | BB | 46 | 0 | F | 44 | E | 2F | 43 | 39 |
| Octal | 333 | 273 | 106 | 0 | 17 | 104 | 16 | 57 | 103 | 71 |
| Binary | 11011011 | 10111011 | 1000110 | 0 | 1111 | 1000100 | 1110 | 101111 | 1000011 | 111001 |
Color Harmonies of #DBBB46
Complementary color
Monochromatic Colors of #DBBB46
Black with #DBBB46
Text Example
Text Example
White with #DBBB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB46; }
p { color: rgb(219,187,70); }
H1.HeaderClassName
{
color: #DBBB46;
}
.AnyTagClassName
{
color: #DBBB46;
}
</style>
background-color css
<style>
a { background-color: #DBBB46; }
a { background-color: rgb(219,187,70); }
div.DivClassName
{
background-color: #DBBB46;
}
.BgClassName
{
background-color: #DBBB46;
}
</style>
border-color css
<style>
span { border-color: #DBBB46; }
span { border-color: rgb(219,187,70); }
td.TdClassName
{
border-color: #DBBB46;
}
.TagClassName
{
border-color: #DBBB46;
}
</style>