Shades of Bitter Lemon #DADA36
Tints of Bitter Lemon #DADA36
RGB
CMYK
RGB Variations
Color information
#DADA36 (or 0xDADA36) is known color: Bitter Lemon. HEX triplet: DA, DA and 36. RGB value is (218,218,54). Sum of RGB (Red+Green+Blue) = 218+218+54=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 54 (21.48% from 255 or 11.02% from 490); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA36 is #2525C9. Grayscale: #C7C7C7. Windows color (decimal): -2434506 or 3594970. OLE color: 3594970.
HSL color Cylindrical-coordinate representation of color #DADA36: 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.75%. Process color model (Four color, CMYK) of #DADA36 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 54 | - |
| CMYK | 0 | 0 | 0.75 | 0.15 |
| HSL | 60º | 0.69% | 0.53% | - |
| HSV(B) | 60º | 0.75% | 0.85% | - |
| XYZ | 54.65 | 65.31 | 13.22 | - |
| YUV | 199.3 | 46 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 54 | 0 | 0 | 0.75 | 0.15 | 60 | 0.69 | 0.53 |
| Hex | DA | DA | 36 | 0 | 0 | 4B | F | 3C | 45 | 35 |
| Octal | 332 | 332 | 66 | 0 | 0 | 113 | 17 | 74 | 105 | 65 |
| Binary | 11011010 | 11011010 | 110110 | 0 | 0 | 1001011 | 1111 | 111100 | 1000101 | 110101 |
Color Harmonies of #DADA36
Complementary color
Monochromatic Colors of #DADA36
Black with #DADA36
Text Example
Text Example
White with #DADA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA36; }
p { color: rgb(218,218,54); }
H1.HeaderClassName
{
color: #DADA36;
}
.AnyTagClassName
{
color: #DADA36;
}
</style>
background-color css
<style>
a { background-color: #DADA36; }
a { background-color: rgb(218,218,54); }
div.DivClassName
{
background-color: #DADA36;
}
.BgClassName
{
background-color: #DADA36;
}
</style>
border-color css
<style>
span { border-color: #DADA36; }
span { border-color: rgb(218,218,54); }
td.TdClassName
{
border-color: #DADA36;
}
.TagClassName
{
border-color: #DADA36;
}
</style>