Shades of Old Gold #DABF31
Tints of Old Gold #DABF31
RGB
CMYK
RGB Variations
Color information
#DABF31 (or 0xDABF31) is known color: Old Gold. HEX triplet: DA, BF and 31. RGB value is (218,191,49). Sum of RGB (Red+Green+Blue) = 218+191+49=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABF31 is #2540CE. Grayscale: #B7B7B7. Windows color (decimal): -2441423 or 3260378. OLE color: 3260378.
HSL color Cylindrical-coordinate representation of color #DABF31: hue angle of 50.41º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DABF31 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 49 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.15 |
| HSL | 50.41º | 0.7% | 0.52% | - |
| HSV(B) | 50.41º | 0.78% | 0.85% | - |
| XYZ | 48.1 | 52.39 | 10.48 | - |
| YUV | 182.89 | 52.45 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 49 | 0 | 0.12 | 0.78 | 0.15 | 50.41 | 0.7 | 0.52 |
| Hex | DA | BF | 31 | 0 | C | 4E | F | 32 | 46 | 34 |
| Octal | 332 | 277 | 61 | 0 | 14 | 116 | 17 | 62 | 106 | 64 |
| Binary | 11011010 | 10111111 | 110001 | 0 | 1100 | 1001110 | 1111 | 110010 | 1000110 | 110100 |
Color Harmonies of #DABF31
Complementary color
Monochromatic Colors of #DABF31
Black with #DABF31
Text Example
Text Example
White with #DABF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF31; }
p { color: rgb(218,191,49); }
H1.HeaderClassName
{
color: #DABF31;
}
.AnyTagClassName
{
color: #DABF31;
}
</style>
background-color css
<style>
a { background-color: #DABF31; }
a { background-color: rgb(218,191,49); }
div.DivClassName
{
background-color: #DABF31;
}
.BgClassName
{
background-color: #DABF31;
}
</style>
border-color css
<style>
span { border-color: #DABF31; }
span { border-color: rgb(218,191,49); }
td.TdClassName
{
border-color: #DABF31;
}
.TagClassName
{
border-color: #DABF31;
}
</style>