Shades of Bitter Lemon #DCDA2B
Tints of Bitter Lemon #DCDA2B
RGB
CMYK
RGB Variations
Color information
#DCDA2B (or 0xDCDA2B) is known color: Bitter Lemon. HEX triplet: DC, DA and 2B. RGB value is (220,218,43). Sum of RGB (Red+Green+Blue) = 220+218+43=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 43 (17.19% from 255 or 8.94% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA2B is #2325D4. Grayscale: #C7C7C7. Windows color (decimal): -2303445 or 2874076. OLE color: 2874076.
HSL color Cylindrical-coordinate representation of color #DCDA2B: 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 #DCDA2B is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 43 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.14 |
| HSL | 59.32º | 0.72% | 0.52% | - |
| HSV(B) | 59.32º | 0.8% | 0.86% | - |
| XYZ | 55.02 | 65.53 | 12.03 | - |
| YUV | 198.65 | 40.16 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 43 | 0 | 0.01 | 0.80 | 0.14 | 59.32 | 0.72 | 0.52 |
| Hex | DC | DA | 2B | 0 | 1 | 50 | E | 3B | 48 | 34 |
| Octal | 334 | 332 | 53 | 0 | 1 | 120 | 16 | 73 | 110 | 64 |
| Binary | 11011100 | 11011010 | 101011 | 0 | 1 | 1010000 | 1110 | 111011 | 1001000 | 110100 |
Color Harmonies of #DCDA2B
Complementary color
Monochromatic Colors of #DCDA2B
Black with #DCDA2B
Text Example
Text Example
White with #DCDA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA2B; }
p { color: rgb(220,218,43); }
H1.HeaderClassName
{
color: #DCDA2B;
}
.AnyTagClassName
{
color: #DCDA2B;
}
</style>
background-color css
<style>
a { background-color: #DCDA2B; }
a { background-color: rgb(220,218,43); }
div.DivClassName
{
background-color: #DCDA2B;
}
.BgClassName
{
background-color: #DCDA2B;
}
</style>
border-color css
<style>
span { border-color: #DCDA2B; }
span { border-color: rgb(220,218,43); }
td.TdClassName
{
border-color: #DCDA2B;
}
.TagClassName
{
border-color: #DCDA2B;
}
</style>