Shades of Bitter Lemon #DADB34
Tints of Bitter Lemon #DADB34
RGB
CMYK
RGB Variations
Color information
#DADB34 (or 0xDADB34) is known color: Bitter Lemon. HEX triplet: DA, DB and 34. RGB value is (218,219,52). Sum of RGB (Red+Green+Blue) = 218+219+52=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 52 (20.70% from 255 or 10.63% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADB34 is #2524CB. Grayscale: #C8C8C8. Windows color (decimal): -2434252 or 3464154. OLE color: 3464154.
HSL color Cylindrical-coordinate representation of color #DADB34: hue angle of 60.36º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DADB34 is Cyan = 0.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 52 | - |
| CMYK | 0.00 | 0 | 0.76 | 0.14 |
| HSL | 60.36º | 0.7% | 0.53% | - |
| HSV(B) | 60.36º | 0.76% | 0.86% | - |
| XYZ | 54.86 | 65.82 | 13.06 | - |
| YUV | 199.66 | 44.67 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 52 | 0.00 | 0 | 0.76 | 0.14 | 60.36 | 0.7 | 0.53 |
| Hex | DA | DB | 34 | 0 | 0 | 4C | E | 3C | 46 | 35 |
| Octal | 332 | 333 | 64 | 0 | 0 | 114 | 16 | 74 | 106 | 65 |
| Binary | 11011010 | 11011011 | 110100 | 0 | 0 | 1001100 | 1110 | 111100 | 1000110 | 110101 |
Color Harmonies of #DADB34
Complementary color
Monochromatic Colors of #DADB34
Black with #DADB34
Text Example
Text Example
White with #DADB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB34; }
p { color: rgb(218,219,52); }
H1.HeaderClassName
{
color: #DADB34;
}
.AnyTagClassName
{
color: #DADB34;
}
</style>
background-color css
<style>
a { background-color: #DADB34; }
a { background-color: rgb(218,219,52); }
div.DivClassName
{
background-color: #DADB34;
}
.BgClassName
{
background-color: #DADB34;
}
</style>
border-color css
<style>
span { border-color: #DADB34; }
span { border-color: rgb(218,219,52); }
td.TdClassName
{
border-color: #DADB34;
}
.TagClassName
{
border-color: #DADB34;
}
</style>