Shades of Bitter Lemon #DCDC2C
Tints of Bitter Lemon #DCDC2C
RGB
CMYK
RGB Variations
Color information
#DCDC2C (or 0xDCDC2C) is known color: Bitter Lemon. HEX triplet: DC, DC and 2C. RGB value is (220,220,44). Sum of RGB (Red+Green+Blue) = 220+220+44=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 44 (17.58% from 255 or 9.09% from 484); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDC2C is #2323D3. Grayscale: #C8C8C8. Windows color (decimal): -2302932 or 2940124. OLE color: 2940124.
HSL color Cylindrical-coordinate representation of color #DCDC2C: hue angle of 60º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCDC2C is Cyan = 0, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 44 | - |
| CMYK | 0 | 0 | 0.8 | 0.14 |
| HSL | 60º | 0.72% | 0.52% | - |
| HSV(B) | 60º | 0.8% | 0.86% | - |
| XYZ | 55.56 | 66.58 | 12.31 | - |
| YUV | 199.94 | 40 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 44 | 0 | 0 | 0.8 | 0.14 | 60 | 0.72 | 0.52 |
| Hex | DC | DC | 2C | 0 | 0 | 50 | E | 3C | 48 | 34 |
| Octal | 334 | 334 | 54 | 0 | 0 | 120 | 16 | 74 | 110 | 64 |
| Binary | 11011100 | 11011100 | 101100 | 0 | 0 | 1010000 | 1110 | 111100 | 1001000 | 110100 |
Color Harmonies of #DCDC2C
Complementary color
Monochromatic Colors of #DCDC2C
Black with #DCDC2C
Text Example
Text Example
White with #DCDC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC2C; }
p { color: rgb(220,220,44); }
H1.HeaderClassName
{
color: #DCDC2C;
}
.AnyTagClassName
{
color: #DCDC2C;
}
</style>
background-color css
<style>
a { background-color: #DCDC2C; }
a { background-color: rgb(220,220,44); }
div.DivClassName
{
background-color: #DCDC2C;
}
.BgClassName
{
background-color: #DCDC2C;
}
</style>
border-color css
<style>
span { border-color: #DCDC2C; }
span { border-color: rgb(220,220,44); }
td.TdClassName
{
border-color: #DCDC2C;
}
.TagClassName
{
border-color: #DCDC2C;
}
</style>