Shades of Old Gold #DABC42
Tints of Old Gold #DABC42
RGB
CMYK
RGB Variations
Color information
#DABC42 (or 0xDABC42) is known color: Old Gold. HEX triplet: DA, BC and 42. RGB value is (218,188,66). Sum of RGB (Red+Green+Blue) = 218+188+66=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC42 is #2543BD. Grayscale: #B7B7B7. Windows color (decimal): -2442174 or 4373722. OLE color: 4373722.
HSL color Cylindrical-coordinate representation of color #DABC42: hue angle of 48.16º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DABC42 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 66 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.15 |
| HSL | 48.16º | 0.67% | 0.56% | - |
| HSV(B) | 48.16º | 0.7% | 0.85% | - |
| XYZ | 47.88 | 51.27 | 12.53 | - |
| YUV | 183.06 | 61.94 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 66 | 0 | 0.14 | 0.70 | 0.15 | 48.16 | 0.67 | 0.56 |
| Hex | DA | BC | 42 | 0 | E | 46 | F | 30 | 43 | 38 |
| Octal | 332 | 274 | 102 | 0 | 16 | 106 | 17 | 60 | 103 | 70 |
| Binary | 11011010 | 10111100 | 1000010 | 0 | 1110 | 1000110 | 1111 | 110000 | 1000011 | 111000 |
Color Harmonies of #DABC42
Complementary color
Monochromatic Colors of #DABC42
Black with #DABC42
Text Example
Text Example
White with #DABC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC42; }
p { color: rgb(218,188,66); }
H1.HeaderClassName
{
color: #DABC42;
}
.AnyTagClassName
{
color: #DABC42;
}
</style>
background-color css
<style>
a { background-color: #DABC42; }
a { background-color: rgb(218,188,66); }
div.DivClassName
{
background-color: #DABC42;
}
.BgClassName
{
background-color: #DABC42;
}
</style>
border-color css
<style>
span { border-color: #DABC42; }
span { border-color: rgb(218,188,66); }
td.TdClassName
{
border-color: #DABC42;
}
.TagClassName
{
border-color: #DABC42;
}
</style>