Shades of Bitter Lemon #DADD1A
Tints of Bitter Lemon #DADD1A
RGB
CMYK
RGB Variations
Color information
#DADD1A (or 0xDADD1A) is known color: Bitter Lemon. HEX triplet: DA, DD and 1A. RGB value is (218,221,26). Sum of RGB (Red+Green+Blue) = 218+221+26=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 26 (10.55% from 255 or 5.59% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD1A is #2522E5. Grayscale: #C6C6C6. Windows color (decimal): -2433766 or 1760730. OLE color: 1760730.
HSL color Cylindrical-coordinate representation of color #DADD1A: hue angle of 60.92º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DADD1A is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 26 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.13 |
| HSL | 60.92º | 0.79% | 0.48% | - |
| HSV(B) | 60.92º | 0.88% | 0.87% | - |
| XYZ | 54.96 | 66.69 | 10.95 | - |
| YUV | 197.87 | 31.01 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 26 | 0.01 | 0 | 0.88 | 0.13 | 60.92 | 0.79 | 0.48 |
| Hex | DA | DD | 1A | 1 | 0 | 58 | D | 3D | 4F | 30 |
| Octal | 332 | 335 | 32 | 1 | 0 | 130 | 15 | 75 | 117 | 60 |
| Binary | 11011010 | 11011101 | 11010 | 1 | 0 | 1011000 | 1101 | 111101 | 1001111 | 110000 |
Color Harmonies of #DADD1A
Complementary color
Monochromatic Colors of #DADD1A
Black with #DADD1A
Text Example
Text Example
White with #DADD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD1A; }
p { color: rgb(218,221,26); }
H1.HeaderClassName
{
color: #DADD1A;
}
.AnyTagClassName
{
color: #DADD1A;
}
</style>
background-color css
<style>
a { background-color: #DADD1A; }
a { background-color: rgb(218,221,26); }
div.DivClassName
{
background-color: #DADD1A;
}
.BgClassName
{
background-color: #DADD1A;
}
</style>
border-color css
<style>
span { border-color: #DADD1A; }
span { border-color: rgb(218,221,26); }
td.TdClassName
{
border-color: #DADD1A;
}
.TagClassName
{
border-color: #DADD1A;
}
</style>