Shades of Old Gold #DABC34
Tints of Old Gold #DABC34
RGB
CMYK
RGB Variations
Color information
#DABC34 (or 0xDABC34) is known color: Old Gold. HEX triplet: DA, BC and 34. RGB value is (218,188,52). Sum of RGB (Red+Green+Blue) = 218+188+52=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 52 (20.70% from 255 or 11.35% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC34 is #2543CB. Grayscale: #B6B6B6. Windows color (decimal): -2442188 or 3456218. OLE color: 3456218.
HSL color Cylindrical-coordinate representation of color #DABC34: hue angle of 49.16º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DABC34 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 52 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.15 |
| HSL | 49.16º | 0.69% | 0.53% | - |
| HSV(B) | 49.16º | 0.76% | 0.85% | - |
| XYZ | 47.52 | 51.12 | 10.61 | - |
| YUV | 181.47 | 54.94 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 52 | 0 | 0.14 | 0.76 | 0.15 | 49.16 | 0.69 | 0.53 |
| Hex | DA | BC | 34 | 0 | E | 4C | F | 31 | 45 | 35 |
| Octal | 332 | 274 | 64 | 0 | 16 | 114 | 17 | 61 | 105 | 65 |
| Binary | 11011010 | 10111100 | 110100 | 0 | 1110 | 1001100 | 1111 | 110001 | 1000101 | 110101 |
Color Harmonies of #DABC34
Complementary color
Monochromatic Colors of #DABC34
Black with #DABC34
Text Example
Text Example
White with #DABC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC34; }
p { color: rgb(218,188,52); }
H1.HeaderClassName
{
color: #DABC34;
}
.AnyTagClassName
{
color: #DABC34;
}
</style>
background-color css
<style>
a { background-color: #DABC34; }
a { background-color: rgb(218,188,52); }
div.DivClassName
{
background-color: #DABC34;
}
.BgClassName
{
background-color: #DABC34;
}
</style>
border-color css
<style>
span { border-color: #DABC34; }
span { border-color: rgb(218,188,52); }
td.TdClassName
{
border-color: #DABC34;
}
.TagClassName
{
border-color: #DABC34;
}
</style>