Shades of Bitter Lemon #DCDF24
Tints of Bitter Lemon #DCDF24
RGB
CMYK
RGB Variations
Color information
#DCDF24 (or 0xDCDF24) is known color: Bitter Lemon. HEX triplet: DC, DF and 24. RGB value is (220,223,36). Sum of RGB (Red+Green+Blue) = 220+223+36=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 36 (14.45% from 255 or 7.52% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF24 is #2320DB. Grayscale: #C9C9C9. Windows color (decimal): -2302172 or 2416604. OLE color: 2416604.
HSL color Cylindrical-coordinate representation of color #DCDF24: hue angle of 60.96º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCDF24 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 36 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.13 |
| HSL | 60.96º | 0.75% | 0.51% | - |
| HSV(B) | 60.96º | 0.84% | 0.87% | - |
| XYZ | 56.22 | 68.12 | 11.85 | - |
| YUV | 200.79 | 35.01 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 36 | 0.01 | 0 | 0.84 | 0.13 | 60.96 | 0.75 | 0.51 |
| Hex | DC | DF | 24 | 1 | 0 | 54 | D | 3D | 4B | 33 |
| Octal | 334 | 337 | 44 | 1 | 0 | 124 | 15 | 75 | 113 | 63 |
| Binary | 11011100 | 11011111 | 100100 | 1 | 0 | 1010100 | 1101 | 111101 | 1001011 | 110011 |
Color Harmonies of #DCDF24
Complementary color
Monochromatic Colors of #DCDF24
Black with #DCDF24
Text Example
Text Example
White with #DCDF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF24; }
p { color: rgb(220,223,36); }
H1.HeaderClassName
{
color: #DCDF24;
}
.AnyTagClassName
{
color: #DCDF24;
}
</style>
background-color css
<style>
a { background-color: #DCDF24; }
a { background-color: rgb(220,223,36); }
div.DivClassName
{
background-color: #DCDF24;
}
.BgClassName
{
background-color: #DCDF24;
}
</style>
border-color css
<style>
span { border-color: #DCDF24; }
span { border-color: rgb(220,223,36); }
td.TdClassName
{
border-color: #DCDF24;
}
.TagClassName
{
border-color: #DCDF24;
}
</style>