Shades of Bitter Lemon #DCDA2D
Tints of Bitter Lemon #DCDA2D
RGB
CMYK
RGB Variations
Color information
#DCDA2D (or 0xDCDA2D) is known color: Bitter Lemon. HEX triplet: DC, DA and 2D. RGB value is (220,218,45). Sum of RGB (Red+Green+Blue) = 220+218+45=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA2D is #2325D2. Grayscale: #C7C7C7. Windows color (decimal): -2303443 or 3005148. OLE color: 3005148.
HSL color Cylindrical-coordinate representation of color #DCDA2D: hue angle of 59.31º degrees, saturation: 0.71, 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 #DCDA2D is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 45 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.14 |
| HSL | 59.31º | 0.71% | 0.52% | - |
| HSV(B) | 59.31º | 0.8% | 0.86% | - |
| XYZ | 55.06 | 65.55 | 12.23 | - |
| YUV | 198.88 | 41.16 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 45 | 0 | 0.01 | 0.80 | 0.14 | 59.31 | 0.71 | 0.52 |
| Hex | DC | DA | 2D | 0 | 1 | 50 | E | 3B | 47 | 34 |
| Octal | 334 | 332 | 55 | 0 | 1 | 120 | 16 | 73 | 107 | 64 |
| Binary | 11011100 | 11011010 | 101101 | 0 | 1 | 1010000 | 1110 | 111011 | 1000111 | 110100 |
Color Harmonies of #DCDA2D
Complementary color
Monochromatic Colors of #DCDA2D
Black with #DCDA2D
Text Example
Text Example
White with #DCDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA2D; }
p { color: rgb(220,218,45); }
H1.HeaderClassName
{
color: #DCDA2D;
}
.AnyTagClassName
{
color: #DCDA2D;
}
</style>
background-color css
<style>
a { background-color: #DCDA2D; }
a { background-color: rgb(220,218,45); }
div.DivClassName
{
background-color: #DCDA2D;
}
.BgClassName
{
background-color: #DCDA2D;
}
</style>
border-color css
<style>
span { border-color: #DCDA2D; }
span { border-color: rgb(220,218,45); }
td.TdClassName
{
border-color: #DCDA2D;
}
.TagClassName
{
border-color: #DCDA2D;
}
</style>