Shades of Bitter Lemon #DADA34
Tints of Bitter Lemon #DADA34
RGB
CMYK
RGB Variations
Color information
#DADA34 (or 0xDADA34) is known color: Bitter Lemon. HEX triplet: DA, DA and 34. RGB value is (218,218,52). Sum of RGB (Red+Green+Blue) = 218+218+52=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 52 (20.70% from 255 or 10.66% from 488); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA34 is #2525CB. Grayscale: #C7C7C7. Windows color (decimal): -2434508 or 3463898. OLE color: 3463898.
HSL color Cylindrical-coordinate representation of color #DADA34: hue angle of 60º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DADA34 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 52 | - |
| CMYK | 0 | 0 | 0.76 | 0.15 |
| HSL | 60º | 0.69% | 0.53% | - |
| HSV(B) | 60º | 0.76% | 0.85% | - |
| XYZ | 54.6 | 65.3 | 12.97 | - |
| YUV | 199.08 | 45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 52 | 0 | 0 | 0.76 | 0.15 | 60 | 0.69 | 0.53 |
| Hex | DA | DA | 34 | 0 | 0 | 4C | F | 3C | 45 | 35 |
| Octal | 332 | 332 | 64 | 0 | 0 | 114 | 17 | 74 | 105 | 65 |
| Binary | 11011010 | 11011010 | 110100 | 0 | 0 | 1001100 | 1111 | 111100 | 1000101 | 110101 |
Color Harmonies of #DADA34
Complementary color
Monochromatic Colors of #DADA34
Black with #DADA34
Text Example
Text Example
White with #DADA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA34; }
p { color: rgb(218,218,52); }
H1.HeaderClassName
{
color: #DADA34;
}
.AnyTagClassName
{
color: #DADA34;
}
</style>
background-color css
<style>
a { background-color: #DADA34; }
a { background-color: rgb(218,218,52); }
div.DivClassName
{
background-color: #DADA34;
}
.BgClassName
{
background-color: #DADA34;
}
</style>
border-color css
<style>
span { border-color: #DADA34; }
span { border-color: rgb(218,218,52); }
td.TdClassName
{
border-color: #DADA34;
}
.TagClassName
{
border-color: #DADA34;
}
</style>