Shades of Bitter Lemon #DADD2F
Tints of Bitter Lemon #DADD2F
RGB
CMYK
RGB Variations
Color information
#DADD2F (or 0xDADD2F) is known color: Bitter Lemon. HEX triplet: DA, DD and 2F. RGB value is (218,221,47). Sum of RGB (Red+Green+Blue) = 218+221+47=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 47 (18.75% from 255 or 9.67% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD2F is #2522D0. Grayscale: #C8C8C8. Windows color (decimal): -2433745 or 3136986. OLE color: 3136986.
HSL color Cylindrical-coordinate representation of color #DADD2F: hue angle of 61.03º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DADD2F is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 47 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.13 |
| HSL | 61.03º | 0.72% | 0.53% | - |
| HSV(B) | 61.03º | 0.79% | 0.87% | - |
| XYZ | 55.28 | 66.82 | 12.67 | - |
| YUV | 200.27 | 41.51 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 47 | 0.01 | 0 | 0.79 | 0.13 | 61.03 | 0.72 | 0.53 |
| Hex | DA | DD | 2F | 1 | 0 | 4F | D | 3D | 48 | 35 |
| Octal | 332 | 335 | 57 | 1 | 0 | 117 | 15 | 75 | 110 | 65 |
| Binary | 11011010 | 11011101 | 101111 | 1 | 0 | 1001111 | 1101 | 111101 | 1001000 | 110101 |
Color Harmonies of #DADD2F
Complementary color
Monochromatic Colors of #DADD2F
Black with #DADD2F
Text Example
Text Example
White with #DADD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD2F; }
p { color: rgb(218,221,47); }
H1.HeaderClassName
{
color: #DADD2F;
}
.AnyTagClassName
{
color: #DADD2F;
}
</style>
background-color css
<style>
a { background-color: #DADD2F; }
a { background-color: rgb(218,221,47); }
div.DivClassName
{
background-color: #DADD2F;
}
.BgClassName
{
background-color: #DADD2F;
}
</style>
border-color css
<style>
span { border-color: #DADD2F; }
span { border-color: rgb(218,221,47); }
td.TdClassName
{
border-color: #DADD2F;
}
.TagClassName
{
border-color: #DADD2F;
}
</style>