Shades of Bitter Lemon #DADC21
Tints of Bitter Lemon #DADC21
RGB
CMYK
RGB Variations
Color information
#DADC21 (or 0xDADC21) is known color: Bitter Lemon. HEX triplet: DA, DC and 21. RGB value is (218,220,33). Sum of RGB (Red+Green+Blue) = 218+220+33=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 33 (13.28% from 255 or 7.01% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC21 is #2523DE. Grayscale: #C6C6C6. Windows color (decimal): -2434015 or 2219226. OLE color: 2219226.
HSL color Cylindrical-coordinate representation of color #DADC21: hue angle of 60.64º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DADC21 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 33 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.14 |
| HSL | 60.64º | 0.74% | 0.5% | - |
| HSV(B) | 60.64º | 0.85% | 0.86% | - |
| XYZ | 54.78 | 66.2 | 11.33 | - |
| YUV | 198.08 | 34.84 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 33 | 0.01 | 0 | 0.85 | 0.14 | 60.64 | 0.74 | 0.5 |
| Hex | DA | DC | 21 | 1 | 0 | 55 | E | 3D | 4A | 32 |
| Octal | 332 | 334 | 41 | 1 | 0 | 125 | 16 | 75 | 112 | 62 |
| Binary | 11011010 | 11011100 | 100001 | 1 | 0 | 1010101 | 1110 | 111101 | 1001010 | 110010 |
Color Harmonies of #DADC21
Complementary color
Monochromatic Colors of #DADC21
Black with #DADC21
Text Example
Text Example
White with #DADC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC21; }
p { color: rgb(218,220,33); }
H1.HeaderClassName
{
color: #DADC21;
}
.AnyTagClassName
{
color: #DADC21;
}
</style>
background-color css
<style>
a { background-color: #DADC21; }
a { background-color: rgb(218,220,33); }
div.DivClassName
{
background-color: #DADC21;
}
.BgClassName
{
background-color: #DADC21;
}
</style>
border-color css
<style>
span { border-color: #DADC21; }
span { border-color: rgb(218,220,33); }
td.TdClassName
{
border-color: #DADC21;
}
.TagClassName
{
border-color: #DADC21;
}
</style>