Shades of Old Gold #DABE40
Tints of Old Gold #DABE40
RGB
CMYK
RGB Variations
Color information
#DABE40 (or 0xDABE40) is known color: Old Gold. HEX triplet: DA, BE and 40. RGB value is (218,190,64). Sum of RGB (Red+Green+Blue) = 218+190+64=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABE40 is #2541BF. Grayscale: #B8B8B8. Windows color (decimal): -2441664 or 4243162. OLE color: 4243162.
HSL color Cylindrical-coordinate representation of color #DABE40: hue angle of 49.09º 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 #DABE40 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 64 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.15 |
| HSL | 49.09º | 0.68% | 0.55% | - |
| HSV(B) | 49.09º | 0.71% | 0.85% | - |
| XYZ | 48.25 | 52.1 | 12.36 | - |
| YUV | 184.01 | 60.28 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 64 | 0 | 0.13 | 0.71 | 0.15 | 49.09 | 0.68 | 0.55 |
| Hex | DA | BE | 40 | 0 | D | 47 | F | 31 | 44 | 37 |
| Octal | 332 | 276 | 100 | 0 | 15 | 107 | 17 | 61 | 104 | 67 |
| Binary | 11011010 | 10111110 | 1000000 | 0 | 1101 | 1000111 | 1111 | 110001 | 1000100 | 110111 |
Color Harmonies of #DABE40
Complementary color
Monochromatic Colors of #DABE40
Black with #DABE40
Text Example
Text Example
White with #DABE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABE40; }
p { color: rgb(218,190,64); }
H1.HeaderClassName
{
color: #DABE40;
}
.AnyTagClassName
{
color: #DABE40;
}
</style>
background-color css
<style>
a { background-color: #DABE40; }
a { background-color: rgb(218,190,64); }
div.DivClassName
{
background-color: #DABE40;
}
.BgClassName
{
background-color: #DABE40;
}
</style>
border-color css
<style>
span { border-color: #DABE40; }
span { border-color: rgb(218,190,64); }
td.TdClassName
{
border-color: #DABE40;
}
.TagClassName
{
border-color: #DABE40;
}
</style>