Shades of Bitter Lemon #D4D93E
Tints of Bitter Lemon #D4D93E
RGB
CMYK
RGB Variations
Color information
#D4D93E (or 0xD4D93E) is known color: Bitter Lemon. HEX triplet: D4, D9 and 3E. RGB value is (212,217,62). Sum of RGB (Red+Green+Blue) = 212+217+62=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 62 (24.61% from 255 or 12.63% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D93E is #2B26C1. Grayscale: #C6C6C6. Windows color (decimal): -2827970 or 4118996. OLE color: 4118996.
HSL color Cylindrical-coordinate representation of color #D4D93E: hue angle of 61.94º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4D93E is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 217 | 62 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.15 |
| HSL | 61.94º | 0.67% | 0.55% | - |
| HSV(B) | 61.94º | 0.71% | 0.85% | - |
| XYZ | 52.83 | 63.97 | 14.12 | - |
| YUV | 197.84 | 51.34 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 62 | 0.02 | 0 | 0.71 | 0.15 | 61.94 | 0.67 | 0.55 |
| Hex | D4 | D9 | 3E | 2 | 0 | 47 | F | 3E | 43 | 37 |
| Octal | 324 | 331 | 76 | 2 | 0 | 107 | 17 | 76 | 103 | 67 |
| Binary | 11010100 | 11011001 | 111110 | 10 | 0 | 1000111 | 1111 | 111110 | 1000011 | 110111 |
Color Harmonies of #D4D93E
Complementary color
Monochromatic Colors of #D4D93E
Black with #D4D93E
Text Example
Text Example
White with #D4D93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D93E; }
p { color: rgb(212,217,62); }
H1.HeaderClassName
{
color: #D4D93E;
}
.AnyTagClassName
{
color: #D4D93E;
}
</style>
background-color css
<style>
a { background-color: #D4D93E; }
a { background-color: rgb(212,217,62); }
div.DivClassName
{
background-color: #D4D93E;
}
.BgClassName
{
background-color: #D4D93E;
}
</style>
border-color css
<style>
span { border-color: #D4D93E; }
span { border-color: rgb(212,217,62); }
td.TdClassName
{
border-color: #D4D93E;
}
.TagClassName
{
border-color: #D4D93E;
}
</style>