Shades of Old Gold #DBB83F
Tints of Old Gold #DBB83F
RGB
CMYK
RGB Variations
Color information
#DBB83F (or 0xDBB83F) is known color: Old Gold. HEX triplet: DB, B8 and 3F. RGB value is (219,184,63). Sum of RGB (Red+Green+Blue) = 219+184+63=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB83F is #2447C0. Grayscale: #B5B5B5. Windows color (decimal): -2377665 or 4176091. OLE color: 4176091.
HSL color Cylindrical-coordinate representation of color #DBB83F: hue angle of 46.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBB83F is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 63 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.14 |
| HSL | 46.54º | 0.68% | 0.55% | - |
| HSV(B) | 46.54º | 0.71% | 0.86% | - |
| XYZ | 47.25 | 49.7 | 11.81 | - |
| YUV | 180.67 | 61.6 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 63 | 0 | 0.16 | 0.71 | 0.14 | 46.54 | 0.68 | 0.55 |
| Hex | DB | B8 | 3F | 0 | 10 | 47 | E | 2F | 44 | 37 |
| Octal | 333 | 270 | 77 | 0 | 20 | 107 | 16 | 57 | 104 | 67 |
| Binary | 11011011 | 10111000 | 111111 | 0 | 10000 | 1000111 | 1110 | 101111 | 1000100 | 110111 |
Color Harmonies of #DBB83F
Complementary color
Monochromatic Colors of #DBB83F
Black with #DBB83F
Text Example
Text Example
White with #DBB83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB83F; }
p { color: rgb(219,184,63); }
H1.HeaderClassName
{
color: #DBB83F;
}
.AnyTagClassName
{
color: #DBB83F;
}
</style>
background-color css
<style>
a { background-color: #DBB83F; }
a { background-color: rgb(219,184,63); }
div.DivClassName
{
background-color: #DBB83F;
}
.BgClassName
{
background-color: #DBB83F;
}
</style>
border-color css
<style>
span { border-color: #DBB83F; }
span { border-color: rgb(219,184,63); }
td.TdClassName
{
border-color: #DBB83F;
}
.TagClassName
{
border-color: #DBB83F;
}
</style>