Shades of Bitter Lemon #DCDC24
Tints of Bitter Lemon #DCDC24
RGB
CMYK
RGB Variations
Color information
#DCDC24 (or 0xDCDC24) is known color: Bitter Lemon. HEX triplet: DC, DC and 24. RGB value is (220,220,36). Sum of RGB (Red+Green+Blue) = 220+220+36=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 36 (14.45% from 255 or 7.56% from 476); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDC24 is #2323DB. Grayscale: #C7C7C7. Windows color (decimal): -2302940 or 2415836. OLE color: 2415836.
HSL color Cylindrical-coordinate representation of color #DCDC24: hue angle of 60º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCDC24 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 36 | - |
| CMYK | 0 | 0 | 0.84 | 0.14 |
| HSL | 60º | 0.72% | 0.5% | - |
| HSV(B) | 60º | 0.84% | 0.86% | - |
| XYZ | 55.43 | 66.53 | 11.59 | - |
| YUV | 199.02 | 36 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 36 | 0 | 0 | 0.84 | 0.14 | 60 | 0.72 | 0.5 |
| Hex | DC | DC | 24 | 0 | 0 | 54 | E | 3C | 48 | 32 |
| Octal | 334 | 334 | 44 | 0 | 0 | 124 | 16 | 74 | 110 | 62 |
| Binary | 11011100 | 11011100 | 100100 | 0 | 0 | 1010100 | 1110 | 111100 | 1001000 | 110010 |
Color Harmonies of #DCDC24
Complementary color
Monochromatic Colors of #DCDC24
Black with #DCDC24
Text Example
Text Example
White with #DCDC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC24; }
p { color: rgb(220,220,36); }
H1.HeaderClassName
{
color: #DCDC24;
}
.AnyTagClassName
{
color: #DCDC24;
}
</style>
background-color css
<style>
a { background-color: #DCDC24; }
a { background-color: rgb(220,220,36); }
div.DivClassName
{
background-color: #DCDC24;
}
.BgClassName
{
background-color: #DCDC24;
}
</style>
border-color css
<style>
span { border-color: #DCDC24; }
span { border-color: rgb(220,220,36); }
td.TdClassName
{
border-color: #DCDC24;
}
.TagClassName
{
border-color: #DCDC24;
}
</style>