Shades of Bitter Lemon #DDDF2C
Tints of Bitter Lemon #DDDF2C
RGB
CMYK
RGB Variations
Color information
#DDDF2C (or 0xDDDF2C) is known color: Bitter Lemon. HEX triplet: DD, DF and 2C. RGB value is (221,223,44). Sum of RGB (Red+Green+Blue) = 221+223+44=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 44 (17.58% from 255 or 9.02% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF2C is #2220D3. Grayscale: #CACACA. Windows color (decimal): -2236628 or 2940893. OLE color: 2940893.
HSL color Cylindrical-coordinate representation of color #DDDF2C: hue angle of 60.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDDF2C is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 44 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.13 |
| HSL | 60.67º | 0.74% | 0.52% | - |
| HSV(B) | 60.67º | 0.8% | 0.87% | - |
| XYZ | 56.66 | 68.33 | 12.59 | - |
| YUV | 202 | 38.84 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 44 | 0.01 | 0 | 0.80 | 0.13 | 60.67 | 0.74 | 0.52 |
| Hex | DD | DF | 2C | 1 | 0 | 50 | D | 3D | 4A | 34 |
| Octal | 335 | 337 | 54 | 1 | 0 | 120 | 15 | 75 | 112 | 64 |
| Binary | 11011101 | 11011111 | 101100 | 1 | 0 | 1010000 | 1101 | 111101 | 1001010 | 110100 |
Color Harmonies of #DDDF2C
Complementary color
Monochromatic Colors of #DDDF2C
Black with #DDDF2C
Text Example
Text Example
White with #DDDF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF2C; }
p { color: rgb(221,223,44); }
H1.HeaderClassName
{
color: #DDDF2C;
}
.AnyTagClassName
{
color: #DDDF2C;
}
</style>
background-color css
<style>
a { background-color: #DDDF2C; }
a { background-color: rgb(221,223,44); }
div.DivClassName
{
background-color: #DDDF2C;
}
.BgClassName
{
background-color: #DDDF2C;
}
</style>
border-color css
<style>
span { border-color: #DDDF2C; }
span { border-color: rgb(221,223,44); }
td.TdClassName
{
border-color: #DDDF2C;
}
.TagClassName
{
border-color: #DDDF2C;
}
</style>