Shades of Bitter Lemon #D4DC21
Tints of Bitter Lemon #D4DC21
RGB
CMYK
RGB Variations
Color information
#D4DC21 (or 0xD4DC21) is known color: Bitter Lemon. HEX triplet: D4, DC and 21. RGB value is (212,220,33). Sum of RGB (Red+Green+Blue) = 212+220+33=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DC21 is #2B23DE. Grayscale: #C5C5C5. Windows color (decimal): -2827231 or 2219220. OLE color: 2219220.
HSL color Cylindrical-coordinate representation of color #D4DC21: hue angle of 62.57º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4DC21 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 33 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.14 |
| HSL | 62.57º | 0.74% | 0.5% | - |
| HSV(B) | 62.57º | 0.85% | 0.86% | - |
| XYZ | 53.02 | 65.29 | 11.25 | - |
| YUV | 196.29 | 35.85 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 33 | 0.04 | 0 | 0.85 | 0.14 | 62.57 | 0.74 | 0.5 |
| Hex | D4 | DC | 21 | 4 | 0 | 55 | E | 3F | 4A | 32 |
| Octal | 324 | 334 | 41 | 4 | 0 | 125 | 16 | 77 | 112 | 62 |
| Binary | 11010100 | 11011100 | 100001 | 100 | 0 | 1010101 | 1110 | 111111 | 1001010 | 110010 |
Color Harmonies of #D4DC21
Complementary color
Monochromatic Colors of #D4DC21
Black with #D4DC21
Text Example
Text Example
White with #D4DC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC21; }
p { color: rgb(212,220,33); }
H1.HeaderClassName
{
color: #D4DC21;
}
.AnyTagClassName
{
color: #D4DC21;
}
</style>
background-color css
<style>
a { background-color: #D4DC21; }
a { background-color: rgb(212,220,33); }
div.DivClassName
{
background-color: #D4DC21;
}
.BgClassName
{
background-color: #D4DC21;
}
</style>
border-color css
<style>
span { border-color: #D4DC21; }
span { border-color: rgb(212,220,33); }
td.TdClassName
{
border-color: #D4DC21;
}
.TagClassName
{
border-color: #D4DC21;
}
</style>