Shades of Bitter Lemon #D4DA3C
Tints of Bitter Lemon #D4DA3C
RGB
CMYK
RGB Variations
Color information
#D4DA3C (or 0xD4DA3C) is known color: Bitter Lemon. HEX triplet: D4, DA and 3C. RGB value is (212,218,60). Sum of RGB (Red+Green+Blue) = 212+218+60=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DA3C is #2B25C3. Grayscale: #C6C6C6. Windows color (decimal): -2827716 or 3988180. OLE color: 3988180.
HSL color Cylindrical-coordinate representation of color #D4DA3C: hue angle of 62.28º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4DA3C is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 218 | 60 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.15 |
| HSL | 62.28º | 0.68% | 0.55% | - |
| HSV(B) | 62.28º | 0.72% | 0.85% | - |
| XYZ | 53.04 | 64.47 | 13.92 | - |
| YUV | 198.19 | 50.01 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 218 | 60 | 0.03 | 0 | 0.72 | 0.15 | 62.28 | 0.68 | 0.55 |
| Hex | D4 | DA | 3C | 3 | 0 | 48 | F | 3E | 44 | 37 |
| Octal | 324 | 332 | 74 | 3 | 0 | 110 | 17 | 76 | 104 | 67 |
| Binary | 11010100 | 11011010 | 111100 | 11 | 0 | 1001000 | 1111 | 111110 | 1000100 | 110111 |
Color Harmonies of #D4DA3C
Complementary color
Monochromatic Colors of #D4DA3C
Black with #D4DA3C
Text Example
Text Example
White with #D4DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DA3C; }
p { color: rgb(212,218,60); }
H1.HeaderClassName
{
color: #D4DA3C;
}
.AnyTagClassName
{
color: #D4DA3C;
}
</style>
background-color css
<style>
a { background-color: #D4DA3C; }
a { background-color: rgb(212,218,60); }
div.DivClassName
{
background-color: #D4DA3C;
}
.BgClassName
{
background-color: #D4DA3C;
}
</style>
border-color css
<style>
span { border-color: #D4DA3C; }
span { border-color: rgb(212,218,60); }
td.TdClassName
{
border-color: #D4DA3C;
}
.TagClassName
{
border-color: #D4DA3C;
}
</style>