Shades of Bitter Lemon #DDDC2D
Tints of Bitter Lemon #DDDC2D
RGB
CMYK
RGB Variations
Color information
#DDDC2D (or 0xDDDC2D) is known color: Bitter Lemon. HEX triplet: DD, DC and 2D. RGB value is (221,220,45). Sum of RGB (Red+Green+Blue) = 221+220+45=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC2D is #2223D2. Grayscale: #C9C9C9. Windows color (decimal): -2237395 or 3005661. OLE color: 3005661.
HSL color Cylindrical-coordinate representation of color #DDDC2D: hue angle of 59.66º degrees, saturation: 0.72, 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 #DDDC2D is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 45 | - |
| CMYK | 0 | 0.00 | 0.80 | 0.13 |
| HSL | 59.66º | 0.72% | 0.52% | - |
| HSV(B) | 59.66º | 0.8% | 0.87% | - |
| XYZ | 55.89 | 66.75 | 12.42 | - |
| YUV | 200.35 | 40.33 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 45 | 0 | 0.00 | 0.80 | 0.13 | 59.66 | 0.72 | 0.52 |
| Hex | DD | DC | 2D | 0 | 0 | 50 | D | 3C | 48 | 34 |
| Octal | 335 | 334 | 55 | 0 | 0 | 120 | 15 | 74 | 110 | 64 |
| Binary | 11011101 | 11011100 | 101101 | 0 | 0 | 1010000 | 1101 | 111100 | 1001000 | 110100 |
Color Harmonies of #DDDC2D
Complementary color
Monochromatic Colors of #DDDC2D
Black with #DDDC2D
Text Example
Text Example
White with #DDDC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC2D; }
p { color: rgb(221,220,45); }
H1.HeaderClassName
{
color: #DDDC2D;
}
.AnyTagClassName
{
color: #DDDC2D;
}
</style>
background-color css
<style>
a { background-color: #DDDC2D; }
a { background-color: rgb(221,220,45); }
div.DivClassName
{
background-color: #DDDC2D;
}
.BgClassName
{
background-color: #DDDC2D;
}
</style>
border-color css
<style>
span { border-color: #DDDC2D; }
span { border-color: rgb(221,220,45); }
td.TdClassName
{
border-color: #DDDC2D;
}
.TagClassName
{
border-color: #DDDC2D;
}
</style>