Shades of Bitter Lemon #D9DC33
Tints of Bitter Lemon #D9DC33
RGB
CMYK
RGB Variations
Color information
#D9DC33 (or 0xD9DC33) is known color: Bitter Lemon. HEX triplet: D9, DC and 33. RGB value is (217,220,51). Sum of RGB (Red+Green+Blue) = 217+220+51=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 51 (20.31% from 255 or 10.45% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DC33 is #2623CC. Grayscale: #C8C8C8. Windows color (decimal): -2499533 or 3398873. OLE color: 3398873.
HSL color Cylindrical-coordinate representation of color #D9DC33: hue angle of 61.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9DC33 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 51 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.14 |
| HSL | 61.07º | 0.71% | 0.53% | - |
| HSV(B) | 61.07º | 0.77% | 0.86% | - |
| XYZ | 54.81 | 66.18 | 13.02 | - |
| YUV | 199.84 | 44.01 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 51 | 0.01 | 0 | 0.77 | 0.14 | 61.07 | 0.71 | 0.53 |
| Hex | D9 | DC | 33 | 1 | 0 | 4D | E | 3D | 47 | 35 |
| Octal | 331 | 334 | 63 | 1 | 0 | 115 | 16 | 75 | 107 | 65 |
| Binary | 11011001 | 11011100 | 110011 | 1 | 0 | 1001101 | 1110 | 111101 | 1000111 | 110101 |
Color Harmonies of #D9DC33
Complementary color
Monochromatic Colors of #D9DC33
Black with #D9DC33
Text Example
Text Example
White with #D9DC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC33; }
p { color: rgb(217,220,51); }
H1.HeaderClassName
{
color: #D9DC33;
}
.AnyTagClassName
{
color: #D9DC33;
}
</style>
background-color css
<style>
a { background-color: #D9DC33; }
a { background-color: rgb(217,220,51); }
div.DivClassName
{
background-color: #D9DC33;
}
.BgClassName
{
background-color: #D9DC33;
}
</style>
border-color css
<style>
span { border-color: #D9DC33; }
span { border-color: rgb(217,220,51); }
td.TdClassName
{
border-color: #D9DC33;
}
.TagClassName
{
border-color: #D9DC33;
}
</style>