Shades of Bitter Lemon #DADA33
Tints of Bitter Lemon #DADA33
RGB
CMYK
RGB Variations
Color information
#DADA33 (or 0xDADA33) is known color: Bitter Lemon. HEX triplet: DA, DA and 33. RGB value is (218,218,51). Sum of RGB (Red+Green+Blue) = 218+218+51=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 51 (20.31% from 255 or 10.47% from 487); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA33 is #2525CC. Grayscale: #C7C7C7. Windows color (decimal): -2434509 or 3398362. OLE color: 3398362.
HSL color Cylindrical-coordinate representation of color #DADA33: 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.77%. Process color model (Four color, CMYK) of #DADA33 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 51 | - |
| CMYK | 0 | 0 | 0.77 | 0.15 |
| HSL | 60º | 0.69% | 0.53% | - |
| HSV(B) | 60º | 0.77% | 0.85% | - |
| XYZ | 54.58 | 65.29 | 12.86 | - |
| YUV | 198.96 | 44.5 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 51 | 0 | 0 | 0.77 | 0.15 | 60 | 0.69 | 0.53 |
| Hex | DA | DA | 33 | 0 | 0 | 4D | F | 3C | 45 | 35 |
| Octal | 332 | 332 | 63 | 0 | 0 | 115 | 17 | 74 | 105 | 65 |
| Binary | 11011010 | 11011010 | 110011 | 0 | 0 | 1001101 | 1111 | 111100 | 1000101 | 110101 |
Color Harmonies of #DADA33
Complementary color
Monochromatic Colors of #DADA33
Black with #DADA33
Text Example
Text Example
White with #DADA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA33; }
p { color: rgb(218,218,51); }
H1.HeaderClassName
{
color: #DADA33;
}
.AnyTagClassName
{
color: #DADA33;
}
</style>
background-color css
<style>
a { background-color: #DADA33; }
a { background-color: rgb(218,218,51); }
div.DivClassName
{
background-color: #DADA33;
}
.BgClassName
{
background-color: #DADA33;
}
</style>
border-color css
<style>
span { border-color: #DADA33; }
span { border-color: rgb(218,218,51); }
td.TdClassName
{
border-color: #DADA33;
}
.TagClassName
{
border-color: #DADA33;
}
</style>