Shades of Bitter Lemon #D4DC1D
Tints of Bitter Lemon #D4DC1D
RGB
CMYK
RGB Variations
Color information
#D4DC1D (or 0xD4DC1D) is known color: Bitter Lemon. HEX triplet: D4, DC and 1D. RGB value is (212,220,29). Sum of RGB (Red+Green+Blue) = 212+220+29=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 29 (11.72% from 255 or 6.29% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DC1D is #2B23E2. Grayscale: #C4C4C4. Windows color (decimal): -2827235 or 1957076. OLE color: 1957076.
HSL color Cylindrical-coordinate representation of color #D4DC1D: hue angle of 62.51º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4DC1D is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 29 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.14 |
| HSL | 62.51º | 0.77% | 0.49% | - |
| HSV(B) | 62.51º | 0.87% | 0.86% | - |
| XYZ | 52.97 | 65.27 | 10.97 | - |
| YUV | 195.83 | 33.85 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 29 | 0.04 | 0 | 0.87 | 0.14 | 62.51 | 0.77 | 0.49 |
| Hex | D4 | DC | 1D | 4 | 0 | 57 | E | 3F | 4D | 31 |
| Octal | 324 | 334 | 35 | 4 | 0 | 127 | 16 | 77 | 115 | 61 |
| Binary | 11010100 | 11011100 | 11101 | 100 | 0 | 1010111 | 1110 | 111111 | 1001101 | 110001 |
Color Harmonies of #D4DC1D
Complementary color
Monochromatic Colors of #D4DC1D
Black with #D4DC1D
Text Example
Text Example
White with #D4DC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC1D; }
p { color: rgb(212,220,29); }
H1.HeaderClassName
{
color: #D4DC1D;
}
.AnyTagClassName
{
color: #D4DC1D;
}
</style>
background-color css
<style>
a { background-color: #D4DC1D; }
a { background-color: rgb(212,220,29); }
div.DivClassName
{
background-color: #D4DC1D;
}
.BgClassName
{
background-color: #D4DC1D;
}
</style>
border-color css
<style>
span { border-color: #D4DC1D; }
span { border-color: rgb(212,220,29); }
td.TdClassName
{
border-color: #D4DC1D;
}
.TagClassName
{
border-color: #D4DC1D;
}
</style>