Shades of Bitter Lemon #DDDA28
Tints of Bitter Lemon #DDDA28
RGB
CMYK
RGB Variations
Color information
#DDDA28 (or 0xDDDA28) is known color: Bitter Lemon. HEX triplet: DD, DA and 28. RGB value is (221,218,40). Sum of RGB (Red+Green+Blue) = 221+218+40=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 40 (16.02% from 255 or 8.35% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA28 is #2225D7. Grayscale: #C7C7C7. Windows color (decimal): -2237912 or 2677469. OLE color: 2677469.
HSL color Cylindrical-coordinate representation of color #DDDA28: hue angle of 59.01º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDDA28 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 40 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.13 |
| HSL | 59.01º | 0.73% | 0.51% | - |
| HSV(B) | 59.01º | 0.82% | 0.87% | - |
| XYZ | 55.27 | 65.67 | 11.77 | - |
| YUV | 198.61 | 38.49 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 40 | 0 | 0.01 | 0.82 | 0.13 | 59.01 | 0.73 | 0.51 |
| Hex | DD | DA | 28 | 0 | 1 | 52 | D | 3B | 49 | 33 |
| Octal | 335 | 332 | 50 | 0 | 1 | 122 | 15 | 73 | 111 | 63 |
| Binary | 11011101 | 11011010 | 101000 | 0 | 1 | 1010010 | 1101 | 111011 | 1001001 | 110011 |
Color Harmonies of #DDDA28
Complementary color
Monochromatic Colors of #DDDA28
Black with #DDDA28
Text Example
Text Example
White with #DDDA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA28; }
p { color: rgb(221,218,40); }
H1.HeaderClassName
{
color: #DDDA28;
}
.AnyTagClassName
{
color: #DDDA28;
}
</style>
background-color css
<style>
a { background-color: #DDDA28; }
a { background-color: rgb(221,218,40); }
div.DivClassName
{
background-color: #DDDA28;
}
.BgClassName
{
background-color: #DDDA28;
}
</style>
border-color css
<style>
span { border-color: #DDDA28; }
span { border-color: rgb(221,218,40); }
td.TdClassName
{
border-color: #DDDA28;
}
.TagClassName
{
border-color: #DDDA28;
}
</style>