Shades of Bitter Lemon #DADD27
Tints of Bitter Lemon #DADD27
RGB
CMYK
RGB Variations
Color information
#DADD27 (or 0xDADD27) is known color: Bitter Lemon. HEX triplet: DA, DD and 27. RGB value is (218,221,39). Sum of RGB (Red+Green+Blue) = 218+221+39=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 39 (15.62% from 255 or 8.16% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD27 is #2522D8. Grayscale: #C8C8C8. Windows color (decimal): -2433753 or 2612698. OLE color: 2612698.
HSL color Cylindrical-coordinate representation of color #DADD27: hue angle of 60.99º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DADD27 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 39 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.13 |
| HSL | 60.99º | 0.73% | 0.51% | - |
| HSV(B) | 60.99º | 0.82% | 0.87% | - |
| XYZ | 55.14 | 66.76 | 11.9 | - |
| YUV | 199.36 | 37.51 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 39 | 0.01 | 0 | 0.82 | 0.13 | 60.99 | 0.73 | 0.51 |
| Hex | DA | DD | 27 | 1 | 0 | 52 | D | 3D | 49 | 33 |
| Octal | 332 | 335 | 47 | 1 | 0 | 122 | 15 | 75 | 111 | 63 |
| Binary | 11011010 | 11011101 | 100111 | 1 | 0 | 1010010 | 1101 | 111101 | 1001001 | 110011 |
Color Harmonies of #DADD27
Complementary color
Monochromatic Colors of #DADD27
Black with #DADD27
Text Example
Text Example
White with #DADD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD27; }
p { color: rgb(218,221,39); }
H1.HeaderClassName
{
color: #DADD27;
}
.AnyTagClassName
{
color: #DADD27;
}
</style>
background-color css
<style>
a { background-color: #DADD27; }
a { background-color: rgb(218,221,39); }
div.DivClassName
{
background-color: #DADD27;
}
.BgClassName
{
background-color: #DADD27;
}
</style>
border-color css
<style>
span { border-color: #DADD27; }
span { border-color: rgb(218,221,39); }
td.TdClassName
{
border-color: #DADD27;
}
.TagClassName
{
border-color: #DADD27;
}
</style>