Shades of Bitter Lemon #DCDA24
Tints of Bitter Lemon #DCDA24
RGB
CMYK
RGB Variations
Color information
#DCDA24 (or 0xDCDA24) is known color: Bitter Lemon. HEX triplet: DC, DA and 24. RGB value is (220,218,36). Sum of RGB (Red+Green+Blue) = 220+218+36=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 36 (14.45% from 255 or 7.59% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA24 is #2325DB. Grayscale: #C6C6C6. Windows color (decimal): -2303452 or 2415324. OLE color: 2415324.
HSL color Cylindrical-coordinate representation of color #DCDA24: hue angle of 59.35º 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 #DCDA24 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 36 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.14 |
| HSL | 59.35º | 0.72% | 0.5% | - |
| HSV(B) | 59.35º | 0.84% | 0.86% | - |
| XYZ | 54.91 | 65.49 | 11.42 | - |
| YUV | 197.85 | 36.66 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 36 | 0 | 0.01 | 0.84 | 0.14 | 59.35 | 0.72 | 0.5 |
| Hex | DC | DA | 24 | 0 | 1 | 54 | E | 3B | 48 | 32 |
| Octal | 334 | 332 | 44 | 0 | 1 | 124 | 16 | 73 | 110 | 62 |
| Binary | 11011100 | 11011010 | 100100 | 0 | 1 | 1010100 | 1110 | 111011 | 1001000 | 110010 |
Color Harmonies of #DCDA24
Complementary color
Monochromatic Colors of #DCDA24
Black with #DCDA24
Text Example
Text Example
White with #DCDA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA24; }
p { color: rgb(220,218,36); }
H1.HeaderClassName
{
color: #DCDA24;
}
.AnyTagClassName
{
color: #DCDA24;
}
</style>
background-color css
<style>
a { background-color: #DCDA24; }
a { background-color: rgb(220,218,36); }
div.DivClassName
{
background-color: #DCDA24;
}
.BgClassName
{
background-color: #DCDA24;
}
</style>
border-color css
<style>
span { border-color: #DCDA24; }
span { border-color: rgb(220,218,36); }
td.TdClassName
{
border-color: #DCDA24;
}
.TagClassName
{
border-color: #DCDA24;
}
</style>