Shades of Bitter Lemon #DADA31
Tints of Bitter Lemon #DADA31
RGB
CMYK
RGB Variations
Color information
#DADA31 (or 0xDADA31) is known color: Bitter Lemon. HEX triplet: DA, DA and 31. RGB value is (218,218,49). Sum of RGB (Red+Green+Blue) = 218+218+49=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA31 is #2525CE. Grayscale: #C7C7C7. Windows color (decimal): -2434511 or 3267290. OLE color: 3267290.
HSL color Cylindrical-coordinate representation of color #DADA31: hue angle of 60º 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 #DADA31 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 49 | - |
| CMYK | 0 | 0 | 0.78 | 0.15 |
| HSL | 60º | 0.7% | 0.52% | - |
| HSV(B) | 60º | 0.78% | 0.85% | - |
| XYZ | 54.54 | 65.27 | 12.63 | - |
| YUV | 198.73 | 43.5 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 49 | 0 | 0 | 0.78 | 0.15 | 60 | 0.7 | 0.52 |
| Hex | DA | DA | 31 | 0 | 0 | 4E | F | 3C | 46 | 34 |
| Octal | 332 | 332 | 61 | 0 | 0 | 116 | 17 | 74 | 106 | 64 |
| Binary | 11011010 | 11011010 | 110001 | 0 | 0 | 1001110 | 1111 | 111100 | 1000110 | 110100 |
Color Harmonies of #DADA31
Complementary color
Monochromatic Colors of #DADA31
Black with #DADA31
Text Example
Text Example
White with #DADA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA31; }
p { color: rgb(218,218,49); }
H1.HeaderClassName
{
color: #DADA31;
}
.AnyTagClassName
{
color: #DADA31;
}
</style>
background-color css
<style>
a { background-color: #DADA31; }
a { background-color: rgb(218,218,49); }
div.DivClassName
{
background-color: #DADA31;
}
.BgClassName
{
background-color: #DADA31;
}
</style>
border-color css
<style>
span { border-color: #DADA31; }
span { border-color: rgb(218,218,49); }
td.TdClassName
{
border-color: #DADA31;
}
.TagClassName
{
border-color: #DADA31;
}
</style>