Shades of Bitter Lemon #D9DC2A
Tints of Bitter Lemon #D9DC2A
RGB
CMYK
RGB Variations
Color information
#D9DC2A (or 0xD9DC2A) is known color: Bitter Lemon. HEX triplet: D9, DC and 2A. RGB value is (217,220,42). Sum of RGB (Red+Green+Blue) = 217+220+42=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 42 (16.80% from 255 or 8.77% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DC2A is #2623D5. Grayscale: #C7C7C7. Windows color (decimal): -2499542 or 2809049. OLE color: 2809049.
HSL color Cylindrical-coordinate representation of color #D9DC2A: hue angle of 61.01º 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 #D9DC2A is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 42 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.14 |
| HSL | 61.01º | 0.72% | 0.51% | - |
| HSV(B) | 61.01º | 0.81% | 0.86% | - |
| XYZ | 54.63 | 66.11 | 12.07 | - |
| YUV | 198.81 | 39.51 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 42 | 0.01 | 0 | 0.81 | 0.14 | 61.01 | 0.72 | 0.51 |
| Hex | D9 | DC | 2A | 1 | 0 | 51 | E | 3D | 48 | 33 |
| Octal | 331 | 334 | 52 | 1 | 0 | 121 | 16 | 75 | 110 | 63 |
| Binary | 11011001 | 11011100 | 101010 | 1 | 0 | 1010001 | 1110 | 111101 | 1001000 | 110011 |
Color Harmonies of #D9DC2A
Complementary color
Monochromatic Colors of #D9DC2A
Black with #D9DC2A
Text Example
Text Example
White with #D9DC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC2A; }
p { color: rgb(217,220,42); }
H1.HeaderClassName
{
color: #D9DC2A;
}
.AnyTagClassName
{
color: #D9DC2A;
}
</style>
background-color css
<style>
a { background-color: #D9DC2A; }
a { background-color: rgb(217,220,42); }
div.DivClassName
{
background-color: #D9DC2A;
}
.BgClassName
{
background-color: #D9DC2A;
}
</style>
border-color css
<style>
span { border-color: #D9DC2A; }
span { border-color: rgb(217,220,42); }
td.TdClassName
{
border-color: #D9DC2A;
}
.TagClassName
{
border-color: #D9DC2A;
}
</style>