Shades of Old Gold #DBB93D
Tints of Old Gold #DBB93D
RGB
CMYK
RGB Variations
Color information
#DBB93D (or 0xDBB93D) is known color: Old Gold. HEX triplet: DB, B9 and 3D. RGB value is (219,185,61). Sum of RGB (Red+Green+Blue) = 219+185+61=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB93D is #2446C2. Grayscale: #B5B5B5. Windows color (decimal): -2377411 or 4045275. OLE color: 4045275.
HSL color Cylindrical-coordinate representation of color #DBB93D: hue angle of 47.09º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBB93D is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 61 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.14 |
| HSL | 47.09º | 0.69% | 0.55% | - |
| HSV(B) | 47.09º | 0.72% | 0.86% | - |
| XYZ | 47.4 | 50.09 | 11.59 | - |
| YUV | 181.03 | 60.26 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 61 | 0 | 0.16 | 0.72 | 0.14 | 47.09 | 0.69 | 0.55 |
| Hex | DB | B9 | 3D | 0 | 10 | 48 | E | 2F | 45 | 37 |
| Octal | 333 | 271 | 75 | 0 | 20 | 110 | 16 | 57 | 105 | 67 |
| Binary | 11011011 | 10111001 | 111101 | 0 | 10000 | 1001000 | 1110 | 101111 | 1000101 | 110111 |
Color Harmonies of #DBB93D
Complementary color
Monochromatic Colors of #DBB93D
Black with #DBB93D
Text Example
Text Example
White with #DBB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB93D; }
p { color: rgb(219,185,61); }
H1.HeaderClassName
{
color: #DBB93D;
}
.AnyTagClassName
{
color: #DBB93D;
}
</style>
background-color css
<style>
a { background-color: #DBB93D; }
a { background-color: rgb(219,185,61); }
div.DivClassName
{
background-color: #DBB93D;
}
.BgClassName
{
background-color: #DBB93D;
}
</style>
border-color css
<style>
span { border-color: #DBB93D; }
span { border-color: rgb(219,185,61); }
td.TdClassName
{
border-color: #DBB93D;
}
.TagClassName
{
border-color: #DBB93D;
}
</style>