Shades of Bitter Lemon #DADB2A
Tints of Bitter Lemon #DADB2A
RGB
CMYK
RGB Variations
Color information
#DADB2A (or 0xDADB2A) is known color: Bitter Lemon. HEX triplet: DA, DB and 2A. RGB value is (218,219,42). Sum of RGB (Red+Green+Blue) = 218+219+42=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 42 (16.80% from 255 or 8.77% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADB2A is #2524D5. Grayscale: #C7C7C7. Windows color (decimal): -2434262 or 2808794. OLE color: 2808794.
HSL color Cylindrical-coordinate representation of color #DADB2A: hue angle of 60.34º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DADB2A is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 42 | - |
| CMYK | 0.00 | 0 | 0.81 | 0.14 |
| HSL | 60.34º | 0.71% | 0.51% | - |
| HSV(B) | 60.34º | 0.81% | 0.86% | - |
| XYZ | 54.66 | 65.74 | 12 | - |
| YUV | 198.52 | 39.67 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 42 | 0.00 | 0 | 0.81 | 0.14 | 60.34 | 0.71 | 0.51 |
| Hex | DA | DB | 2A | 0 | 0 | 51 | E | 3C | 47 | 33 |
| Octal | 332 | 333 | 52 | 0 | 0 | 121 | 16 | 74 | 107 | 63 |
| Binary | 11011010 | 11011011 | 101010 | 0 | 0 | 1010001 | 1110 | 111100 | 1000111 | 110011 |
Color Harmonies of #DADB2A
Complementary color
Monochromatic Colors of #DADB2A
Black with #DADB2A
Text Example
Text Example
White with #DADB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB2A; }
p { color: rgb(218,219,42); }
H1.HeaderClassName
{
color: #DADB2A;
}
.AnyTagClassName
{
color: #DADB2A;
}
</style>
background-color css
<style>
a { background-color: #DADB2A; }
a { background-color: rgb(218,219,42); }
div.DivClassName
{
background-color: #DADB2A;
}
.BgClassName
{
background-color: #DADB2A;
}
</style>
border-color css
<style>
span { border-color: #DADB2A; }
span { border-color: rgb(218,219,42); }
td.TdClassName
{
border-color: #DADB2A;
}
.TagClassName
{
border-color: #DADB2A;
}
</style>