Shades of Bitter Lemon #DCDA21
Tints of Bitter Lemon #DCDA21
RGB
CMYK
RGB Variations
Color information
#DCDA21 (or 0xDCDA21) is known color: Bitter Lemon. HEX triplet: DC, DA and 21. RGB value is (220,218,33). Sum of RGB (Red+Green+Blue) = 220+218+33=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 33 (13.28% from 255 or 7.01% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA21 is #2325DE. Grayscale: #C6C6C6. Windows color (decimal): -2303455 or 2218716. OLE color: 2218716.
HSL color Cylindrical-coordinate representation of color #DCDA21: hue angle of 59.36º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCDA21 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 33 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.14 |
| HSL | 59.36º | 0.74% | 0.5% | - |
| HSV(B) | 59.36º | 0.85% | 0.86% | - |
| XYZ | 54.86 | 65.47 | 11.18 | - |
| YUV | 197.51 | 35.16 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 33 | 0 | 0.01 | 0.85 | 0.14 | 59.36 | 0.74 | 0.5 |
| Hex | DC | DA | 21 | 0 | 1 | 55 | E | 3B | 4A | 32 |
| Octal | 334 | 332 | 41 | 0 | 1 | 125 | 16 | 73 | 112 | 62 |
| Binary | 11011100 | 11011010 | 100001 | 0 | 1 | 1010101 | 1110 | 111011 | 1001010 | 110010 |
Color Harmonies of #DCDA21
Complementary color
Monochromatic Colors of #DCDA21
Black with #DCDA21
Text Example
Text Example
White with #DCDA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA21; }
p { color: rgb(220,218,33); }
H1.HeaderClassName
{
color: #DCDA21;
}
.AnyTagClassName
{
color: #DCDA21;
}
</style>
background-color css
<style>
a { background-color: #DCDA21; }
a { background-color: rgb(220,218,33); }
div.DivClassName
{
background-color: #DCDA21;
}
.BgClassName
{
background-color: #DCDA21;
}
</style>
border-color css
<style>
span { border-color: #DCDA21; }
span { border-color: rgb(220,218,33); }
td.TdClassName
{
border-color: #DCDA21;
}
.TagClassName
{
border-color: #DCDA21;
}
</style>