Shades of Bitter Lemon #D4DC1E
Tints of Bitter Lemon #D4DC1E
RGB
CMYK
RGB Variations
Color information
#D4DC1E (or 0xD4DC1E) is known color: Bitter Lemon. HEX triplet: D4, DC and 1E. RGB value is (212,220,30). Sum of RGB (Red+Green+Blue) = 212+220+30=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 30 (12.11% from 255 or 6.49% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DC1E is #2B23E1. Grayscale: #C4C4C4. Windows color (decimal): -2827234 or 2022612. OLE color: 2022612.
HSL color Cylindrical-coordinate representation of color #D4DC1E: hue angle of 62.53º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4DC1E is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 30 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.14 |
| HSL | 62.53º | 0.76% | 0.49% | - |
| HSV(B) | 62.53º | 0.86% | 0.86% | - |
| XYZ | 52.98 | 65.28 | 11.04 | - |
| YUV | 195.95 | 34.35 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 30 | 0.04 | 0 | 0.86 | 0.14 | 62.53 | 0.76 | 0.49 |
| Hex | D4 | DC | 1E | 4 | 0 | 56 | E | 3F | 4C | 31 |
| Octal | 324 | 334 | 36 | 4 | 0 | 126 | 16 | 77 | 114 | 61 |
| Binary | 11010100 | 11011100 | 11110 | 100 | 0 | 1010110 | 1110 | 111111 | 1001100 | 110001 |
Color Harmonies of #D4DC1E
Complementary color
Monochromatic Colors of #D4DC1E
Black with #D4DC1E
Text Example
Text Example
White with #D4DC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC1E; }
p { color: rgb(212,220,30); }
H1.HeaderClassName
{
color: #D4DC1E;
}
.AnyTagClassName
{
color: #D4DC1E;
}
</style>
background-color css
<style>
a { background-color: #D4DC1E; }
a { background-color: rgb(212,220,30); }
div.DivClassName
{
background-color: #D4DC1E;
}
.BgClassName
{
background-color: #D4DC1E;
}
</style>
border-color css
<style>
span { border-color: #D4DC1E; }
span { border-color: rgb(212,220,30); }
td.TdClassName
{
border-color: #D4DC1E;
}
.TagClassName
{
border-color: #D4DC1E;
}
</style>