Shades of Bitter Lemon #DAE02C
Tints of Bitter Lemon #DAE02C
RGB
CMYK
RGB Variations
Color information
#DAE02C (or 0xDAE02C) is known color: Bitter Lemon. HEX triplet: DA, E0 and 2C. RGB value is (218,224,44). Sum of RGB (Red+Green+Blue) = 218+224+44=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 44 (17.58% from 255 or 9.05% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE02C is #251FD3. Grayscale: #CACACA. Windows color (decimal): -2432980 or 2941146. OLE color: 2941146.
HSL color Cylindrical-coordinate representation of color #DAE02C: hue angle of 62º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAE02C is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 44 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.12 |
| HSL | 62º | 0.74% | 0.53% | - |
| HSV(B) | 62º | 0.8% | 0.88% | - |
| XYZ | 56.02 | 68.4 | 12.63 | - |
| YUV | 201.69 | 39.01 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 44 | 0.03 | 0 | 0.80 | 0.12 | 62 | 0.74 | 0.53 |
| Hex | DA | E0 | 2C | 3 | 0 | 50 | C | 3E | 4A | 35 |
| Octal | 332 | 340 | 54 | 3 | 0 | 120 | 14 | 76 | 112 | 65 |
| Binary | 11011010 | 11100000 | 101100 | 11 | 0 | 1010000 | 1100 | 111110 | 1001010 | 110101 |
Color Harmonies of #DAE02C
Complementary color
Monochromatic Colors of #DAE02C
Black with #DAE02C
Text Example
Text Example
White with #DAE02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE02C; }
p { color: rgb(218,224,44); }
H1.HeaderClassName
{
color: #DAE02C;
}
.AnyTagClassName
{
color: #DAE02C;
}
</style>
background-color css
<style>
a { background-color: #DAE02C; }
a { background-color: rgb(218,224,44); }
div.DivClassName
{
background-color: #DAE02C;
}
.BgClassName
{
background-color: #DAE02C;
}
</style>
border-color css
<style>
span { border-color: #DAE02C; }
span { border-color: rgb(218,224,44); }
td.TdClassName
{
border-color: #DAE02C;
}
.TagClassName
{
border-color: #DAE02C;
}
</style>