Shades of Bitter Lemon #DCDD24
Tints of Bitter Lemon #DCDD24
RGB
CMYK
RGB Variations
Color information
#DCDD24 (or 0xDCDD24) is known color: Bitter Lemon. HEX triplet: DC, DD and 24. RGB value is (220,221,36). Sum of RGB (Red+Green+Blue) = 220+221+36=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 36 (14.45% from 255 or 7.55% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD24 is #2322DB. Grayscale: #C8C8C8. Windows color (decimal): -2302684 or 2416092. OLE color: 2416092.
HSL color Cylindrical-coordinate representation of color #DCDD24: hue angle of 60.32º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCDD24 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 36 | - |
| CMYK | 0.00 | 0 | 0.84 | 0.13 |
| HSL | 60.32º | 0.73% | 0.5% | - |
| HSV(B) | 60.32º | 0.84% | 0.87% | - |
| XYZ | 55.69 | 67.06 | 11.68 | - |
| YUV | 199.61 | 35.67 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 36 | 0.00 | 0 | 0.84 | 0.13 | 60.32 | 0.73 | 0.5 |
| Hex | DC | DD | 24 | 0 | 0 | 54 | D | 3C | 49 | 32 |
| Octal | 334 | 335 | 44 | 0 | 0 | 124 | 15 | 74 | 111 | 62 |
| Binary | 11011100 | 11011101 | 100100 | 0 | 0 | 1010100 | 1101 | 111100 | 1001001 | 110010 |
Color Harmonies of #DCDD24
Complementary color
Monochromatic Colors of #DCDD24
Black with #DCDD24
Text Example
Text Example
White with #DCDD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD24; }
p { color: rgb(220,221,36); }
H1.HeaderClassName
{
color: #DCDD24;
}
.AnyTagClassName
{
color: #DCDD24;
}
</style>
background-color css
<style>
a { background-color: #DCDD24; }
a { background-color: rgb(220,221,36); }
div.DivClassName
{
background-color: #DCDD24;
}
.BgClassName
{
background-color: #DCDD24;
}
</style>
border-color css
<style>
span { border-color: #DCDD24; }
span { border-color: rgb(220,221,36); }
td.TdClassName
{
border-color: #DCDD24;
}
.TagClassName
{
border-color: #DCDD24;
}
</style>