Shades of Bitter Lemon #D4DC41
Tints of Bitter Lemon #D4DC41
RGB
CMYK
RGB Variations
Color information
#D4DC41 (or 0xD4DC41) is known color: Bitter Lemon. HEX triplet: D4, DC and 41. RGB value is (212,220,65). Sum of RGB (Red+Green+Blue) = 212+220+65=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DC41 is #2B23BE. Grayscale: #C8C8C8. Windows color (decimal): -2827199 or 4316372. OLE color: 4316372.
HSL color Cylindrical-coordinate representation of color #D4DC41: hue angle of 63.1º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4DC41 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 65 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.14 |
| HSL | 63.1º | 0.69% | 0.56% | - |
| HSV(B) | 63.1º | 0.7% | 0.86% | - |
| XYZ | 53.7 | 65.57 | 14.83 | - |
| YUV | 199.94 | 51.85 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 65 | 0.04 | 0 | 0.70 | 0.14 | 63.1 | 0.69 | 0.56 |
| Hex | D4 | DC | 41 | 4 | 0 | 46 | E | 3F | 45 | 38 |
| Octal | 324 | 334 | 101 | 4 | 0 | 106 | 16 | 77 | 105 | 70 |
| Binary | 11010100 | 11011100 | 1000001 | 100 | 0 | 1000110 | 1110 | 111111 | 1000101 | 111000 |
Color Harmonies of #D4DC41
Complementary color
Monochromatic Colors of #D4DC41
Black with #D4DC41
Text Example
Text Example
White with #D4DC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC41; }
p { color: rgb(212,220,65); }
H1.HeaderClassName
{
color: #D4DC41;
}
.AnyTagClassName
{
color: #D4DC41;
}
</style>
background-color css
<style>
a { background-color: #D4DC41; }
a { background-color: rgb(212,220,65); }
div.DivClassName
{
background-color: #D4DC41;
}
.BgClassName
{
background-color: #D4DC41;
}
</style>
border-color css
<style>
span { border-color: #D4DC41; }
span { border-color: rgb(212,220,65); }
td.TdClassName
{
border-color: #D4DC41;
}
.TagClassName
{
border-color: #D4DC41;
}
</style>