Shades of Bitter Lemon #DADB22
Tints of Bitter Lemon #DADB22
RGB
CMYK
RGB Variations
Color information
#DADB22 (or 0xDADB22) is known color: Bitter Lemon. HEX triplet: DA, DB and 22. RGB value is (218,219,34). Sum of RGB (Red+Green+Blue) = 218+219+34=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 34 (13.67% from 255 or 7.22% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADB22 is #2524DD. Grayscale: #C6C6C6. Windows color (decimal): -2434270 or 2284506. OLE color: 2284506.
HSL color Cylindrical-coordinate representation of color #DADB22: hue angle of 60.32º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DADB22 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 34 | - |
| CMYK | 0.00 | 0 | 0.84 | 0.14 |
| HSL | 60.32º | 0.73% | 0.5% | - |
| HSV(B) | 60.32º | 0.84% | 0.86% | - |
| XYZ | 54.53 | 65.68 | 11.32 | - |
| YUV | 197.61 | 35.67 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 34 | 0.00 | 0 | 0.84 | 0.14 | 60.32 | 0.73 | 0.5 |
| Hex | DA | DB | 22 | 0 | 0 | 54 | E | 3C | 49 | 32 |
| Octal | 332 | 333 | 42 | 0 | 0 | 124 | 16 | 74 | 111 | 62 |
| Binary | 11011010 | 11011011 | 100010 | 0 | 0 | 1010100 | 1110 | 111100 | 1001001 | 110010 |
Color Harmonies of #DADB22
Complementary color
Monochromatic Colors of #DADB22
Black with #DADB22
Text Example
Text Example
White with #DADB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB22; }
p { color: rgb(218,219,34); }
H1.HeaderClassName
{
color: #DADB22;
}
.AnyTagClassName
{
color: #DADB22;
}
</style>
background-color css
<style>
a { background-color: #DADB22; }
a { background-color: rgb(218,219,34); }
div.DivClassName
{
background-color: #DADB22;
}
.BgClassName
{
background-color: #DADB22;
}
</style>
border-color css
<style>
span { border-color: #DADB22; }
span { border-color: rgb(218,219,34); }
td.TdClassName
{
border-color: #DADB22;
}
.TagClassName
{
border-color: #DADB22;
}
</style>