Shades of Bitter Lemon #DADA2B
Tints of Bitter Lemon #DADA2B
RGB
CMYK
RGB Variations
Color information
#DADA2B (or 0xDADA2B) is known color: Bitter Lemon. HEX triplet: DA, DA and 2B. RGB value is (218,218,43). Sum of RGB (Red+Green+Blue) = 218+218+43=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 43 (17.19% from 255 or 8.98% from 479); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA2B is #2525D4. Grayscale: #C6C6C6. Windows color (decimal): -2434517 or 2874074. OLE color: 2874074.
HSL color Cylindrical-coordinate representation of color #DADA2B: hue angle of 60º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DADA2B is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 43 | - |
| CMYK | 0 | 0 | 0.80 | 0.15 |
| HSL | 60º | 0.7% | 0.51% | - |
| HSV(B) | 60º | 0.8% | 0.85% | - |
| XYZ | 54.42 | 65.22 | 12.01 | - |
| YUV | 198.05 | 40.5 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 43 | 0 | 0 | 0.80 | 0.15 | 60 | 0.7 | 0.51 |
| Hex | DA | DA | 2B | 0 | 0 | 50 | F | 3C | 46 | 33 |
| Octal | 332 | 332 | 53 | 0 | 0 | 120 | 17 | 74 | 106 | 63 |
| Binary | 11011010 | 11011010 | 101011 | 0 | 0 | 1010000 | 1111 | 111100 | 1000110 | 110011 |
Color Harmonies of #DADA2B
Complementary color
Monochromatic Colors of #DADA2B
Black with #DADA2B
Text Example
Text Example
White with #DADA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA2B; }
p { color: rgb(218,218,43); }
H1.HeaderClassName
{
color: #DADA2B;
}
.AnyTagClassName
{
color: #DADA2B;
}
</style>
background-color css
<style>
a { background-color: #DADA2B; }
a { background-color: rgb(218,218,43); }
div.DivClassName
{
background-color: #DADA2B;
}
.BgClassName
{
background-color: #DADA2B;
}
</style>
border-color css
<style>
span { border-color: #DADA2B; }
span { border-color: rgb(218,218,43); }
td.TdClassName
{
border-color: #DADA2B;
}
.TagClassName
{
border-color: #DADA2B;
}
</style>