Shades of Bitter Lemon #DCDA2C
Tints of Bitter Lemon #DCDA2C
RGB
CMYK
RGB Variations
Color information
#DCDA2C (or 0xDCDA2C) is known color: Bitter Lemon. HEX triplet: DC, DA and 2C. RGB value is (220,218,44). Sum of RGB (Red+Green+Blue) = 220+218+44=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA2C is #2325D3. Grayscale: #C7C7C7. Windows color (decimal): -2303444 or 2939612. OLE color: 2939612.
HSL color Cylindrical-coordinate representation of color #DCDA2C: hue angle of 59.32º 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 #DCDA2C is Cyan = 0, Magento = 0.01, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 44 | - |
| CMYK | 0 | 0.01 | 0.8 | 0.14 |
| HSL | 59.32º | 0.72% | 0.52% | - |
| HSV(B) | 59.32º | 0.8% | 0.86% | - |
| XYZ | 55.04 | 65.54 | 12.13 | - |
| YUV | 198.76 | 40.66 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 44 | 0 | 0.01 | 0.8 | 0.14 | 59.32 | 0.72 | 0.52 |
| Hex | DC | DA | 2C | 0 | 1 | 50 | E | 3B | 48 | 34 |
| Octal | 334 | 332 | 54 | 0 | 1 | 120 | 16 | 73 | 110 | 64 |
| Binary | 11011100 | 11011010 | 101100 | 0 | 1 | 1010000 | 1110 | 111011 | 1001000 | 110100 |
Color Harmonies of #DCDA2C
Complementary color
Monochromatic Colors of #DCDA2C
Black with #DCDA2C
Text Example
Text Example
White with #DCDA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA2C; }
p { color: rgb(220,218,44); }
H1.HeaderClassName
{
color: #DCDA2C;
}
.AnyTagClassName
{
color: #DCDA2C;
}
</style>
background-color css
<style>
a { background-color: #DCDA2C; }
a { background-color: rgb(220,218,44); }
div.DivClassName
{
background-color: #DCDA2C;
}
.BgClassName
{
background-color: #DCDA2C;
}
</style>
border-color css
<style>
span { border-color: #DCDA2C; }
span { border-color: rgb(220,218,44); }
td.TdClassName
{
border-color: #DCDA2C;
}
.TagClassName
{
border-color: #DCDA2C;
}
</style>