Shades of Bitter Lemon #DADD1D
Tints of Bitter Lemon #DADD1D
RGB
CMYK
RGB Variations
Color information
#DADD1D (or 0xDADD1D) is known color: Bitter Lemon. HEX triplet: DA, DD and 1D. RGB value is (218,221,29). Sum of RGB (Red+Green+Blue) = 218+221+29=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 29 (11.72% from 255 or 6.20% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD1D is #2522E2. Grayscale: #C6C6C6. Windows color (decimal): -2433763 or 1957338. OLE color: 1957338.
HSL color Cylindrical-coordinate representation of color #DADD1D: hue angle of 60.94º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DADD1D is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 29 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.13 |
| HSL | 60.94º | 0.77% | 0.49% | - |
| HSV(B) | 60.94º | 0.87% | 0.87% | - |
| XYZ | 54.99 | 66.71 | 11.14 | - |
| YUV | 198.22 | 32.51 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 29 | 0.01 | 0 | 0.87 | 0.13 | 60.94 | 0.77 | 0.49 |
| Hex | DA | DD | 1D | 1 | 0 | 57 | D | 3D | 4D | 31 |
| Octal | 332 | 335 | 35 | 1 | 0 | 127 | 15 | 75 | 115 | 61 |
| Binary | 11011010 | 11011101 | 11101 | 1 | 0 | 1010111 | 1101 | 111101 | 1001101 | 110001 |
Color Harmonies of #DADD1D
Complementary color
Monochromatic Colors of #DADD1D
Black with #DADD1D
Text Example
Text Example
White with #DADD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD1D; }
p { color: rgb(218,221,29); }
H1.HeaderClassName
{
color: #DADD1D;
}
.AnyTagClassName
{
color: #DADD1D;
}
</style>
background-color css
<style>
a { background-color: #DADD1D; }
a { background-color: rgb(218,221,29); }
div.DivClassName
{
background-color: #DADD1D;
}
.BgClassName
{
background-color: #DADD1D;
}
</style>
border-color css
<style>
span { border-color: #DADD1D; }
span { border-color: rgb(218,221,29); }
td.TdClassName
{
border-color: #DADD1D;
}
.TagClassName
{
border-color: #DADD1D;
}
</style>