Shades of Bitter Lemon #DADA29
Tints of Bitter Lemon #DADA29
RGB
CMYK
RGB Variations
Color information
#DADA29 (or 0xDADA29) is known color: Bitter Lemon. HEX triplet: DA, DA and 29. RGB value is (218,218,41). Sum of RGB (Red+Green+Blue) = 218+218+41=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 41 (16.41% from 255 or 8.60% from 477); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA29 is #2525D6. Grayscale: #C6C6C6. Windows color (decimal): -2434519 or 2743002. OLE color: 2743002.
HSL color Cylindrical-coordinate representation of color #DADA29: hue angle of 60º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DADA29 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 41 | - |
| CMYK | 0 | 0 | 0.81 | 0.15 |
| HSL | 60º | 0.71% | 0.51% | - |
| HSV(B) | 60º | 0.81% | 0.85% | - |
| XYZ | 54.39 | 65.21 | 11.82 | - |
| YUV | 197.82 | 39.5 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 41 | 0 | 0 | 0.81 | 0.15 | 60 | 0.71 | 0.51 |
| Hex | DA | DA | 29 | 0 | 0 | 51 | F | 3C | 47 | 33 |
| Octal | 332 | 332 | 51 | 0 | 0 | 121 | 17 | 74 | 107 | 63 |
| Binary | 11011010 | 11011010 | 101001 | 0 | 0 | 1010001 | 1111 | 111100 | 1000111 | 110011 |
Color Harmonies of #DADA29
Complementary color
Monochromatic Colors of #DADA29
Black with #DADA29
Text Example
Text Example
White with #DADA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA29; }
p { color: rgb(218,218,41); }
H1.HeaderClassName
{
color: #DADA29;
}
.AnyTagClassName
{
color: #DADA29;
}
</style>
background-color css
<style>
a { background-color: #DADA29; }
a { background-color: rgb(218,218,41); }
div.DivClassName
{
background-color: #DADA29;
}
.BgClassName
{
background-color: #DADA29;
}
</style>
border-color css
<style>
span { border-color: #DADA29; }
span { border-color: rgb(218,218,41); }
td.TdClassName
{
border-color: #DADA29;
}
.TagClassName
{
border-color: #DADA29;
}
</style>