Shades of Bitter Lemon #DADD33
Tints of Bitter Lemon #DADD33
RGB
CMYK
RGB Variations
Color information
#DADD33 (or 0xDADD33) is known color: Bitter Lemon. HEX triplet: DA, DD and 33. RGB value is (218,221,51). Sum of RGB (Red+Green+Blue) = 218+221+51=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 51 (20.31% from 255 or 10.41% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD33 is #2522CC. Grayscale: #C9C9C9. Windows color (decimal): -2433741 or 3399130. OLE color: 3399130.
HSL color Cylindrical-coordinate representation of color #DADD33: hue angle of 61.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DADD33 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 51 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.13 |
| HSL | 61.06º | 0.71% | 0.53% | - |
| HSV(B) | 61.06º | 0.77% | 0.87% | - |
| XYZ | 55.37 | 66.86 | 13.12 | - |
| YUV | 200.72 | 43.51 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 51 | 0.01 | 0 | 0.77 | 0.13 | 61.06 | 0.71 | 0.53 |
| Hex | DA | DD | 33 | 1 | 0 | 4D | D | 3D | 47 | 35 |
| Octal | 332 | 335 | 63 | 1 | 0 | 115 | 15 | 75 | 107 | 65 |
| Binary | 11011010 | 11011101 | 110011 | 1 | 0 | 1001101 | 1101 | 111101 | 1000111 | 110101 |
Color Harmonies of #DADD33
Complementary color
Monochromatic Colors of #DADD33
Black with #DADD33
Text Example
Text Example
White with #DADD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD33; }
p { color: rgb(218,221,51); }
H1.HeaderClassName
{
color: #DADD33;
}
.AnyTagClassName
{
color: #DADD33;
}
</style>
background-color css
<style>
a { background-color: #DADD33; }
a { background-color: rgb(218,221,51); }
div.DivClassName
{
background-color: #DADD33;
}
.BgClassName
{
background-color: #DADD33;
}
</style>
border-color css
<style>
span { border-color: #DADD33; }
span { border-color: rgb(218,221,51); }
td.TdClassName
{
border-color: #DADD33;
}
.TagClassName
{
border-color: #DADD33;
}
</style>