Shades of Bitter Lemon #DCDD28
Tints of Bitter Lemon #DCDD28
RGB
CMYK
RGB Variations
Color information
#DCDD28 (or 0xDCDD28) is known color: Bitter Lemon. HEX triplet: DC, DD and 28. RGB value is (220,221,40). Sum of RGB (Red+Green+Blue) = 220+221+40=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD28 is #2322D7. Grayscale: #C8C8C8. Windows color (decimal): -2302680 or 2678236. OLE color: 2678236.
HSL color Cylindrical-coordinate representation of color #DCDD28: hue angle of 60.33º 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 #DCDD28 is Cyan = 0.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 40 | - |
| CMYK | 0.00 | 0 | 0.82 | 0.13 |
| HSL | 60.33º | 0.73% | 0.51% | - |
| HSV(B) | 60.33º | 0.82% | 0.87% | - |
| XYZ | 55.75 | 67.08 | 12.02 | - |
| YUV | 200.07 | 37.67 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 40 | 0.00 | 0 | 0.82 | 0.13 | 60.33 | 0.73 | 0.51 |
| Hex | DC | DD | 28 | 0 | 0 | 52 | D | 3C | 49 | 33 |
| Octal | 334 | 335 | 50 | 0 | 0 | 122 | 15 | 74 | 111 | 63 |
| Binary | 11011100 | 11011101 | 101000 | 0 | 0 | 1010010 | 1101 | 111100 | 1001001 | 110011 |
Color Harmonies of #DCDD28
Complementary color
Monochromatic Colors of #DCDD28
Black with #DCDD28
Text Example
Text Example
White with #DCDD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD28; }
p { color: rgb(220,221,40); }
H1.HeaderClassName
{
color: #DCDD28;
}
.AnyTagClassName
{
color: #DCDD28;
}
</style>
background-color css
<style>
a { background-color: #DCDD28; }
a { background-color: rgb(220,221,40); }
div.DivClassName
{
background-color: #DCDD28;
}
.BgClassName
{
background-color: #DCDD28;
}
</style>
border-color css
<style>
span { border-color: #DCDD28; }
span { border-color: rgb(220,221,40); }
td.TdClassName
{
border-color: #DCDD28;
}
.TagClassName
{
border-color: #DCDD28;
}
</style>