Shades of Bitter Lemon #DDDF24
Tints of Bitter Lemon #DDDF24
RGB
CMYK
RGB Variations
Color information
#DDDF24 (or 0xDDDF24) is known color: Bitter Lemon. HEX triplet: DD, DF and 24. RGB value is (221,223,36). Sum of RGB (Red+Green+Blue) = 221+223+36=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 36 (14.45% from 255 or 7.5% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF24 is #2220DB. Grayscale: #C9C9C9. Windows color (decimal): -2236636 or 2416605. OLE color: 2416605.
HSL color Cylindrical-coordinate representation of color #DDDF24: hue angle of 60.64º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDDF24 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 36 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.13 |
| HSL | 60.64º | 0.75% | 0.51% | - |
| HSV(B) | 60.64º | 0.84% | 0.87% | - |
| XYZ | 56.52 | 68.27 | 11.87 | - |
| YUV | 201.08 | 34.84 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 36 | 0.01 | 0 | 0.84 | 0.13 | 60.64 | 0.75 | 0.51 |
| Hex | DD | DF | 24 | 1 | 0 | 54 | D | 3D | 4B | 33 |
| Octal | 335 | 337 | 44 | 1 | 0 | 124 | 15 | 75 | 113 | 63 |
| Binary | 11011101 | 11011111 | 100100 | 1 | 0 | 1010100 | 1101 | 111101 | 1001011 | 110011 |
Color Harmonies of #DDDF24
Complementary color
Monochromatic Colors of #DDDF24
Black with #DDDF24
Text Example
Text Example
White with #DDDF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF24; }
p { color: rgb(221,223,36); }
H1.HeaderClassName
{
color: #DDDF24;
}
.AnyTagClassName
{
color: #DDDF24;
}
</style>
background-color css
<style>
a { background-color: #DDDF24; }
a { background-color: rgb(221,223,36); }
div.DivClassName
{
background-color: #DDDF24;
}
.BgClassName
{
background-color: #DDDF24;
}
</style>
border-color css
<style>
span { border-color: #DDDF24; }
span { border-color: rgb(221,223,36); }
td.TdClassName
{
border-color: #DDDF24;
}
.TagClassName
{
border-color: #DDDF24;
}
</style>