Shades of Bitter Lemon #D4DD3C
Tints of Bitter Lemon #D4DD3C
RGB
CMYK
RGB Variations
Color information
#D4DD3C (or 0xD4DD3C) is known color: Bitter Lemon. HEX triplet: D4, DD and 3C. RGB value is (212,221,60). Sum of RGB (Red+Green+Blue) = 212+221+60=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 60 (23.83% from 255 or 12.17% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DD3C is #2B22C3. Grayscale: #C8C8C8. Windows color (decimal): -2826948 or 3988948. OLE color: 3988948.
HSL color Cylindrical-coordinate representation of color #D4DD3C: hue angle of 63.35º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4DD3C is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 60 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.13 |
| HSL | 63.35º | 0.7% | 0.55% | - |
| HSV(B) | 63.35º | 0.73% | 0.87% | - |
| XYZ | 53.82 | 66.04 | 14.18 | - |
| YUV | 199.96 | 49.02 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 60 | 0.04 | 0 | 0.73 | 0.13 | 63.35 | 0.7 | 0.55 |
| Hex | D4 | DD | 3C | 4 | 0 | 49 | D | 3F | 46 | 37 |
| Octal | 324 | 335 | 74 | 4 | 0 | 111 | 15 | 77 | 106 | 67 |
| Binary | 11010100 | 11011101 | 111100 | 100 | 0 | 1001001 | 1101 | 111111 | 1000110 | 110111 |
Color Harmonies of #D4DD3C
Complementary color
Monochromatic Colors of #D4DD3C
Black with #D4DD3C
Text Example
Text Example
White with #D4DD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD3C; }
p { color: rgb(212,221,60); }
H1.HeaderClassName
{
color: #D4DD3C;
}
.AnyTagClassName
{
color: #D4DD3C;
}
</style>
background-color css
<style>
a { background-color: #D4DD3C; }
a { background-color: rgb(212,221,60); }
div.DivClassName
{
background-color: #D4DD3C;
}
.BgClassName
{
background-color: #D4DD3C;
}
</style>
border-color css
<style>
span { border-color: #D4DD3C; }
span { border-color: rgb(212,221,60); }
td.TdClassName
{
border-color: #D4DD3C;
}
.TagClassName
{
border-color: #D4DD3C;
}
</style>