Shades of Bitter Lemon #DCDA2F
Tints of Bitter Lemon #DCDA2F
RGB
CMYK
RGB Variations
Color information
#DCDA2F (or 0xDCDA2F) is known color: Bitter Lemon. HEX triplet: DC, DA and 2F. RGB value is (220,218,47). Sum of RGB (Red+Green+Blue) = 220+218+47=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 47 (18.75% from 255 or 9.69% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA2F is #2325D0. Grayscale: #C7C7C7. Windows color (decimal): -2303441 or 3136220. OLE color: 3136220.
HSL color Cylindrical-coordinate representation of color #DCDA2F: 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.79%. Process color model (Four color, CMYK) of #DCDA2F is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 47 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.14 |
| HSL | 59.31º | 0.71% | 0.52% | - |
| HSV(B) | 59.31º | 0.79% | 0.86% | - |
| XYZ | 55.1 | 65.56 | 12.44 | - |
| YUV | 199.1 | 42.16 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 47 | 0 | 0.01 | 0.79 | 0.14 | 59.31 | 0.71 | 0.52 |
| Hex | DC | DA | 2F | 0 | 1 | 4F | E | 3B | 47 | 34 |
| Octal | 334 | 332 | 57 | 0 | 1 | 117 | 16 | 73 | 107 | 64 |
| Binary | 11011100 | 11011010 | 101111 | 0 | 1 | 1001111 | 1110 | 111011 | 1000111 | 110100 |
Color Harmonies of #DCDA2F
Complementary color
Monochromatic Colors of #DCDA2F
Black with #DCDA2F
Text Example
Text Example
White with #DCDA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA2F; }
p { color: rgb(220,218,47); }
H1.HeaderClassName
{
color: #DCDA2F;
}
.AnyTagClassName
{
color: #DCDA2F;
}
</style>
background-color css
<style>
a { background-color: #DCDA2F; }
a { background-color: rgb(220,218,47); }
div.DivClassName
{
background-color: #DCDA2F;
}
.BgClassName
{
background-color: #DCDA2F;
}
</style>
border-color css
<style>
span { border-color: #DCDA2F; }
span { border-color: rgb(220,218,47); }
td.TdClassName
{
border-color: #DCDA2F;
}
.TagClassName
{
border-color: #DCDA2F;
}
</style>