Shades of Bitter Lemon #D4D93B
Tints of Bitter Lemon #D4D93B
RGB
CMYK
RGB Variations
Color information
#D4D93B (or 0xD4D93B) is known color: Bitter Lemon. HEX triplet: D4, D9 and 3B. RGB value is (212,217,59). Sum of RGB (Red+Green+Blue) = 212+217+59=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 59 (23.44% from 255 or 12.09% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D93B is #2B26C4. Grayscale: #C6C6C6. Windows color (decimal): -2827973 or 3922388. OLE color: 3922388.
HSL color Cylindrical-coordinate representation of color #D4D93B: hue angle of 61.9º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4D93B is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 217 | 59 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.15 |
| HSL | 61.9º | 0.68% | 0.54% | - |
| HSV(B) | 61.9º | 0.73% | 0.85% | - |
| XYZ | 52.75 | 63.94 | 13.7 | - |
| YUV | 197.49 | 49.84 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 59 | 0.02 | 0 | 0.73 | 0.15 | 61.9 | 0.68 | 0.54 |
| Hex | D4 | D9 | 3B | 2 | 0 | 49 | F | 3E | 44 | 36 |
| Octal | 324 | 331 | 73 | 2 | 0 | 111 | 17 | 76 | 104 | 66 |
| Binary | 11010100 | 11011001 | 111011 | 10 | 0 | 1001001 | 1111 | 111110 | 1000100 | 110110 |
Color Harmonies of #D4D93B
Complementary color
Monochromatic Colors of #D4D93B
Black with #D4D93B
Text Example
Text Example
White with #D4D93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D93B; }
p { color: rgb(212,217,59); }
H1.HeaderClassName
{
color: #D4D93B;
}
.AnyTagClassName
{
color: #D4D93B;
}
</style>
background-color css
<style>
a { background-color: #D4D93B; }
a { background-color: rgb(212,217,59); }
div.DivClassName
{
background-color: #D4D93B;
}
.BgClassName
{
background-color: #D4D93B;
}
</style>
border-color css
<style>
span { border-color: #D4D93B; }
span { border-color: rgb(212,217,59); }
td.TdClassName
{
border-color: #D4D93B;
}
.TagClassName
{
border-color: #D4D93B;
}
</style>