Shades of Bitter Lemon #DCDD2B
Tints of Bitter Lemon #DCDD2B
RGB
CMYK
RGB Variations
Color information
#DCDD2B (or 0xDCDD2B) is known color: Bitter Lemon. HEX triplet: DC, DD and 2B. RGB value is (220,221,43). Sum of RGB (Red+Green+Blue) = 220+221+43=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 43 (17.19% from 255 or 8.88% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD2B is #2322D4. Grayscale: #C9C9C9. Windows color (decimal): -2302677 or 2874844. OLE color: 2874844.
HSL color Cylindrical-coordinate representation of color #DCDD2B: hue angle of 60.34º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCDD2B is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 43 | - |
| CMYK | 0.00 | 0 | 0.81 | 0.13 |
| HSL | 60.34º | 0.72% | 0.52% | - |
| HSV(B) | 60.34º | 0.81% | 0.87% | - |
| XYZ | 55.81 | 67.1 | 12.3 | - |
| YUV | 200.41 | 39.17 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 43 | 0.00 | 0 | 0.81 | 0.13 | 60.34 | 0.72 | 0.52 |
| Hex | DC | DD | 2B | 0 | 0 | 51 | D | 3C | 48 | 34 |
| Octal | 334 | 335 | 53 | 0 | 0 | 121 | 15 | 74 | 110 | 64 |
| Binary | 11011100 | 11011101 | 101011 | 0 | 0 | 1010001 | 1101 | 111100 | 1001000 | 110100 |
Color Harmonies of #DCDD2B
Complementary color
Monochromatic Colors of #DCDD2B
Black with #DCDD2B
Text Example
Text Example
White with #DCDD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD2B; }
p { color: rgb(220,221,43); }
H1.HeaderClassName
{
color: #DCDD2B;
}
.AnyTagClassName
{
color: #DCDD2B;
}
</style>
background-color css
<style>
a { background-color: #DCDD2B; }
a { background-color: rgb(220,221,43); }
div.DivClassName
{
background-color: #DCDD2B;
}
.BgClassName
{
background-color: #DCDD2B;
}
</style>
border-color css
<style>
span { border-color: #DCDD2B; }
span { border-color: rgb(220,221,43); }
td.TdClassName
{
border-color: #DCDD2B;
}
.TagClassName
{
border-color: #DCDD2B;
}
</style>