Shades of Bitter Lemon #D4DD1D
Tints of Bitter Lemon #D4DD1D
RGB
CMYK
RGB Variations
Color information
#D4DD1D (or 0xD4DD1D) is known color: Bitter Lemon. HEX triplet: D4, DD and 1D. RGB value is (212,221,29). Sum of RGB (Red+Green+Blue) = 212+221+29=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 29 (11.72% from 255 or 6.28% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DD1D is #2B22E2. Grayscale: #C5C5C5. Windows color (decimal): -2826979 or 1957332. OLE color: 1957332.
HSL color Cylindrical-coordinate representation of color #D4DD1D: hue angle of 62.81º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4DD1D is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 29 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.13 |
| HSL | 62.81º | 0.77% | 0.49% | - |
| HSV(B) | 62.81º | 0.87% | 0.87% | - |
| XYZ | 53.23 | 65.8 | 11.06 | - |
| YUV | 196.42 | 33.52 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 29 | 0.04 | 0 | 0.87 | 0.13 | 62.81 | 0.77 | 0.49 |
| Hex | D4 | DD | 1D | 4 | 0 | 57 | D | 3F | 4D | 31 |
| Octal | 324 | 335 | 35 | 4 | 0 | 127 | 15 | 77 | 115 | 61 |
| Binary | 11010100 | 11011101 | 11101 | 100 | 0 | 1010111 | 1101 | 111111 | 1001101 | 110001 |
Color Harmonies of #D4DD1D
Complementary color
Monochromatic Colors of #D4DD1D
Black with #D4DD1D
Text Example
Text Example
White with #D4DD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD1D; }
p { color: rgb(212,221,29); }
H1.HeaderClassName
{
color: #D4DD1D;
}
.AnyTagClassName
{
color: #D4DD1D;
}
</style>
background-color css
<style>
a { background-color: #D4DD1D; }
a { background-color: rgb(212,221,29); }
div.DivClassName
{
background-color: #D4DD1D;
}
.BgClassName
{
background-color: #D4DD1D;
}
</style>
border-color css
<style>
span { border-color: #D4DD1D; }
span { border-color: rgb(212,221,29); }
td.TdClassName
{
border-color: #D4DD1D;
}
.TagClassName
{
border-color: #D4DD1D;
}
</style>