Shades of Bitter Lemon #DCDD20
Tints of Bitter Lemon #DCDD20
RGB
CMYK
RGB Variations
Color information
#DCDD20 (or 0xDCDD20) is known color: Bitter Lemon. HEX triplet: DC, DD and 20. RGB value is (220,221,32). Sum of RGB (Red+Green+Blue) = 220+221+32=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 32 (12.89% from 255 or 6.77% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD20 is #2322DF. Grayscale: #C7C7C7. Windows color (decimal): -2302688 or 2153948. OLE color: 2153948.
HSL color Cylindrical-coordinate representation of color #DCDD20: hue angle of 60.32º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCDD20 is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 32 | - |
| CMYK | 0.00 | 0 | 0.86 | 0.13 |
| HSL | 60.32º | 0.75% | 0.5% | - |
| HSV(B) | 60.32º | 0.86% | 0.87% | - |
| XYZ | 55.63 | 67.03 | 11.37 | - |
| YUV | 199.16 | 33.67 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 32 | 0.00 | 0 | 0.86 | 0.13 | 60.32 | 0.75 | 0.5 |
| Hex | DC | DD | 20 | 0 | 0 | 56 | D | 3C | 4B | 32 |
| Octal | 334 | 335 | 40 | 0 | 0 | 126 | 15 | 74 | 113 | 62 |
| Binary | 11011100 | 11011101 | 100000 | 0 | 0 | 1010110 | 1101 | 111100 | 1001011 | 110010 |
Color Harmonies of #DCDD20
Complementary color
Monochromatic Colors of #DCDD20
Black with #DCDD20
Text Example
Text Example
White with #DCDD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD20; }
p { color: rgb(220,221,32); }
H1.HeaderClassName
{
color: #DCDD20;
}
.AnyTagClassName
{
color: #DCDD20;
}
</style>
background-color css
<style>
a { background-color: #DCDD20; }
a { background-color: rgb(220,221,32); }
div.DivClassName
{
background-color: #DCDD20;
}
.BgClassName
{
background-color: #DCDD20;
}
</style>
border-color css
<style>
span { border-color: #DCDD20; }
span { border-color: rgb(220,221,32); }
td.TdClassName
{
border-color: #DCDD20;
}
.TagClassName
{
border-color: #DCDD20;
}
</style>