Shades of Old Gold #DAB93C
Tints of Old Gold #DAB93C
RGB
CMYK
RGB Variations
Color information
#DAB93C (or 0xDAB93C) is known color: Old Gold. HEX triplet: DA, B9 and 3C. RGB value is (218,185,60). Sum of RGB (Red+Green+Blue) = 218+185+60=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB93C is #2546C3. Grayscale: #B5B5B5. Windows color (decimal): -2442948 or 3979738. OLE color: 3979738.
HSL color Cylindrical-coordinate representation of color #DAB93C: hue angle of 47.47º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAB93C is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 60 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.15 |
| HSL | 47.47º | 0.68% | 0.55% | - |
| HSV(B) | 47.47º | 0.72% | 0.85% | - |
| XYZ | 47.08 | 49.93 | 11.43 | - |
| YUV | 180.62 | 59.93 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 60 | 0 | 0.15 | 0.72 | 0.15 | 47.47 | 0.68 | 0.55 |
| Hex | DA | B9 | 3C | 0 | F | 48 | F | 2F | 44 | 37 |
| Octal | 332 | 271 | 74 | 0 | 17 | 110 | 17 | 57 | 104 | 67 |
| Binary | 11011010 | 10111001 | 111100 | 0 | 1111 | 1001000 | 1111 | 101111 | 1000100 | 110111 |
Color Harmonies of #DAB93C
Complementary color
Monochromatic Colors of #DAB93C
Black with #DAB93C
Text Example
Text Example
White with #DAB93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB93C; }
p { color: rgb(218,185,60); }
H1.HeaderClassName
{
color: #DAB93C;
}
.AnyTagClassName
{
color: #DAB93C;
}
</style>
background-color css
<style>
a { background-color: #DAB93C; }
a { background-color: rgb(218,185,60); }
div.DivClassName
{
background-color: #DAB93C;
}
.BgClassName
{
background-color: #DAB93C;
}
</style>
border-color css
<style>
span { border-color: #DAB93C; }
span { border-color: rgb(218,185,60); }
td.TdClassName
{
border-color: #DAB93C;
}
.TagClassName
{
border-color: #DAB93C;
}
</style>