Shades of Bitter Lemon #DCDA2A
Tints of Bitter Lemon #DCDA2A
RGB
CMYK
RGB Variations
Color information
#DCDA2A (or 0xDCDA2A) is known color: Bitter Lemon. HEX triplet: DC, DA and 2A. RGB value is (220,218,42). Sum of RGB (Red+Green+Blue) = 220+218+42=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 42 (16.80% from 255 or 8.75% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA2A is #2325D5. Grayscale: #C7C7C7. Windows color (decimal): -2303446 or 2808540. OLE color: 2808540.
HSL color Cylindrical-coordinate representation of color #DCDA2A: hue angle of 59.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCDA2A is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 42 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.14 |
| HSL | 59.33º | 0.72% | 0.51% | - |
| HSV(B) | 59.33º | 0.81% | 0.86% | - |
| XYZ | 55 | 65.53 | 11.94 | - |
| YUV | 198.53 | 39.66 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 42 | 0 | 0.01 | 0.81 | 0.14 | 59.33 | 0.72 | 0.51 |
| Hex | DC | DA | 2A | 0 | 1 | 51 | E | 3B | 48 | 33 |
| Octal | 334 | 332 | 52 | 0 | 1 | 121 | 16 | 73 | 110 | 63 |
| Binary | 11011100 | 11011010 | 101010 | 0 | 1 | 1010001 | 1110 | 111011 | 1001000 | 110011 |
Color Harmonies of #DCDA2A
Complementary color
Monochromatic Colors of #DCDA2A
Black with #DCDA2A
Text Example
Text Example
White with #DCDA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA2A; }
p { color: rgb(220,218,42); }
H1.HeaderClassName
{
color: #DCDA2A;
}
.AnyTagClassName
{
color: #DCDA2A;
}
</style>
background-color css
<style>
a { background-color: #DCDA2A; }
a { background-color: rgb(220,218,42); }
div.DivClassName
{
background-color: #DCDA2A;
}
.BgClassName
{
background-color: #DCDA2A;
}
</style>
border-color css
<style>
span { border-color: #DCDA2A; }
span { border-color: rgb(220,218,42); }
td.TdClassName
{
border-color: #DCDA2A;
}
.TagClassName
{
border-color: #DCDA2A;
}
</style>