Shades of Old Gold #DAB93F
Tints of Old Gold #DAB93F
RGB
CMYK
RGB Variations
Color information
#DAB93F (or 0xDAB93F) is known color: Old Gold. HEX triplet: DA, B9 and 3F. RGB value is (218,185,63). Sum of RGB (Red+Green+Blue) = 218+185+63=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB93F is #2546C0. Grayscale: #B5B5B5. Windows color (decimal): -2442945 or 4176346. OLE color: 4176346.
HSL color Cylindrical-coordinate representation of color #DAB93F: hue angle of 47.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAB93F is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 63 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.15 |
| HSL | 47.23º | 0.68% | 0.55% | - |
| HSV(B) | 47.23º | 0.71% | 0.85% | - |
| XYZ | 47.16 | 49.96 | 11.86 | - |
| YUV | 180.96 | 61.43 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 63 | 0 | 0.15 | 0.71 | 0.15 | 47.23 | 0.68 | 0.55 |
| Hex | DA | B9 | 3F | 0 | F | 47 | F | 2F | 44 | 37 |
| Octal | 332 | 271 | 77 | 0 | 17 | 107 | 17 | 57 | 104 | 67 |
| Binary | 11011010 | 10111001 | 111111 | 0 | 1111 | 1000111 | 1111 | 101111 | 1000100 | 110111 |
Color Harmonies of #DAB93F
Complementary color
Monochromatic Colors of #DAB93F
Black with #DAB93F
Text Example
Text Example
White with #DAB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB93F; }
p { color: rgb(218,185,63); }
H1.HeaderClassName
{
color: #DAB93F;
}
.AnyTagClassName
{
color: #DAB93F;
}
</style>
background-color css
<style>
a { background-color: #DAB93F; }
a { background-color: rgb(218,185,63); }
div.DivClassName
{
background-color: #DAB93F;
}
.BgClassName
{
background-color: #DAB93F;
}
</style>
border-color css
<style>
span { border-color: #DAB93F; }
span { border-color: rgb(218,185,63); }
td.TdClassName
{
border-color: #DAB93F;
}
.TagClassName
{
border-color: #DAB93F;
}
</style>