Shades of Bitter Lemon #DADC2F
Tints of Bitter Lemon #DADC2F
RGB
CMYK
RGB Variations
Color information
#DADC2F (or 0xDADC2F) is known color: Bitter Lemon. HEX triplet: DA, DC and 2F. RGB value is (218,220,47). Sum of RGB (Red+Green+Blue) = 218+220+47=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 47 (18.75% from 255 or 9.69% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC2F is #2523D0. Grayscale: #C8C8C8. Windows color (decimal): -2434001 or 3136730. OLE color: 3136730.
HSL color Cylindrical-coordinate representation of color #DADC2F: hue angle of 60.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DADC2F is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 47 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.14 |
| HSL | 60.69º | 0.71% | 0.52% | - |
| HSV(B) | 60.69º | 0.79% | 0.86% | - |
| XYZ | 55.02 | 66.3 | 12.59 | - |
| YUV | 199.68 | 41.84 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 47 | 0.01 | 0 | 0.79 | 0.14 | 60.69 | 0.71 | 0.52 |
| Hex | DA | DC | 2F | 1 | 0 | 4F | E | 3D | 47 | 34 |
| Octal | 332 | 334 | 57 | 1 | 0 | 117 | 16 | 75 | 107 | 64 |
| Binary | 11011010 | 11011100 | 101111 | 1 | 0 | 1001111 | 1110 | 111101 | 1000111 | 110100 |
Color Harmonies of #DADC2F
Complementary color
Monochromatic Colors of #DADC2F
Black with #DADC2F
Text Example
Text Example
White with #DADC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC2F; }
p { color: rgb(218,220,47); }
H1.HeaderClassName
{
color: #DADC2F;
}
.AnyTagClassName
{
color: #DADC2F;
}
</style>
background-color css
<style>
a { background-color: #DADC2F; }
a { background-color: rgb(218,220,47); }
div.DivClassName
{
background-color: #DADC2F;
}
.BgClassName
{
background-color: #DADC2F;
}
</style>
border-color css
<style>
span { border-color: #DADC2F; }
span { border-color: rgb(218,220,47); }
td.TdClassName
{
border-color: #DADC2F;
}
.TagClassName
{
border-color: #DADC2F;
}
</style>