Shades of Bitter Lemon #DADB23
Tints of Bitter Lemon #DADB23
RGB
CMYK
RGB Variations
Color information
#DADB23 (or 0xDADB23) is known color: Bitter Lemon. HEX triplet: DA, DB and 23. RGB value is (218,219,35). Sum of RGB (Red+Green+Blue) = 218+219+35=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 35 (14.06% from 255 or 7.42% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADB23 is #2524DC. Grayscale: #C6C6C6. Windows color (decimal): -2434269 or 2350042. OLE color: 2350042.
HSL color Cylindrical-coordinate representation of color #DADB23: hue angle of 60.33º degrees, saturation: 0.72, 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 #DADB23 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 35 | - |
| CMYK | 0.00 | 0 | 0.84 | 0.14 |
| HSL | 60.33º | 0.72% | 0.5% | - |
| HSV(B) | 60.33º | 0.84% | 0.86% | - |
| XYZ | 54.55 | 65.69 | 11.39 | - |
| YUV | 197.73 | 36.17 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 35 | 0.00 | 0 | 0.84 | 0.14 | 60.33 | 0.72 | 0.5 |
| Hex | DA | DB | 23 | 0 | 0 | 54 | E | 3C | 48 | 32 |
| Octal | 332 | 333 | 43 | 0 | 0 | 124 | 16 | 74 | 110 | 62 |
| Binary | 11011010 | 11011011 | 100011 | 0 | 0 | 1010100 | 1110 | 111100 | 1001000 | 110010 |
Color Harmonies of #DADB23
Complementary color
Monochromatic Colors of #DADB23
Black with #DADB23
Text Example
Text Example
White with #DADB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB23; }
p { color: rgb(218,219,35); }
H1.HeaderClassName
{
color: #DADB23;
}
.AnyTagClassName
{
color: #DADB23;
}
</style>
background-color css
<style>
a { background-color: #DADB23; }
a { background-color: rgb(218,219,35); }
div.DivClassName
{
background-color: #DADB23;
}
.BgClassName
{
background-color: #DADB23;
}
</style>
border-color css
<style>
span { border-color: #DADB23; }
span { border-color: rgb(218,219,35); }
td.TdClassName
{
border-color: #DADB23;
}
.TagClassName
{
border-color: #DADB23;
}
</style>