Shades of Bitter Lemon #D4DC29
Tints of Bitter Lemon #D4DC29
RGB
CMYK
RGB Variations
Color information
#D4DC29 (or 0xD4DC29) is known color: Bitter Lemon. HEX triplet: D4, DC and 29. RGB value is (212,220,41). Sum of RGB (Red+Green+Blue) = 212+220+41=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 41 (16.41% from 255 or 8.67% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DC29 is #2B23D6. Grayscale: #C5C5C5. Windows color (decimal): -2827223 or 2743508. OLE color: 2743508.
HSL color Cylindrical-coordinate representation of color #D4DC29: hue angle of 62.68º 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 #D4DC29 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 41 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.14 |
| HSL | 62.68º | 0.72% | 0.51% | - |
| HSV(B) | 62.68º | 0.81% | 0.86% | - |
| XYZ | 53.14 | 65.34 | 11.91 | - |
| YUV | 197.2 | 39.85 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 41 | 0.04 | 0 | 0.81 | 0.14 | 62.68 | 0.72 | 0.51 |
| Hex | D4 | DC | 29 | 4 | 0 | 51 | E | 3F | 48 | 33 |
| Octal | 324 | 334 | 51 | 4 | 0 | 121 | 16 | 77 | 110 | 63 |
| Binary | 11010100 | 11011100 | 101001 | 100 | 0 | 1010001 | 1110 | 111111 | 1001000 | 110011 |
Color Harmonies of #D4DC29
Complementary color
Monochromatic Colors of #D4DC29
Black with #D4DC29
Text Example
Text Example
White with #D4DC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC29; }
p { color: rgb(212,220,41); }
H1.HeaderClassName
{
color: #D4DC29;
}
.AnyTagClassName
{
color: #D4DC29;
}
</style>
background-color css
<style>
a { background-color: #D4DC29; }
a { background-color: rgb(212,220,41); }
div.DivClassName
{
background-color: #D4DC29;
}
.BgClassName
{
background-color: #D4DC29;
}
</style>
border-color css
<style>
span { border-color: #D4DC29; }
span { border-color: rgb(212,220,41); }
td.TdClassName
{
border-color: #D4DC29;
}
.TagClassName
{
border-color: #D4DC29;
}
</style>