Shades of Bitter Lemon #D8DA34
Tints of Bitter Lemon #D8DA34
RGB
CMYK
RGB Variations
Color information
#D8DA34 (or 0xD8DA34) is known color: Bitter Lemon. HEX triplet: D8, DA and 34. RGB value is (216,218,52). Sum of RGB (Red+Green+Blue) = 216+218+52=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 52 (20.70% from 255 or 10.70% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DA34 is #2725CB. Grayscale: #C7C7C7. Windows color (decimal): -2565580 or 3463896. OLE color: 3463896.
HSL color Cylindrical-coordinate representation of color #D8DA34: hue angle of 60.72º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8DA34 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 52 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.15 |
| HSL | 60.72º | 0.69% | 0.53% | - |
| HSV(B) | 60.72º | 0.76% | 0.85% | - |
| XYZ | 54.01 | 64.99 | 12.95 | - |
| YUV | 198.48 | 45.34 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 52 | 0.01 | 0 | 0.76 | 0.15 | 60.72 | 0.69 | 0.53 |
| Hex | D8 | DA | 34 | 1 | 0 | 4C | F | 3D | 45 | 35 |
| Octal | 330 | 332 | 64 | 1 | 0 | 114 | 17 | 75 | 105 | 65 |
| Binary | 11011000 | 11011010 | 110100 | 1 | 0 | 1001100 | 1111 | 111101 | 1000101 | 110101 |
Color Harmonies of #D8DA34
Complementary color
Monochromatic Colors of #D8DA34
Black with #D8DA34
Text Example
Text Example
White with #D8DA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DA34; }
p { color: rgb(216,218,52); }
H1.HeaderClassName
{
color: #D8DA34;
}
.AnyTagClassName
{
color: #D8DA34;
}
</style>
background-color css
<style>
a { background-color: #D8DA34; }
a { background-color: rgb(216,218,52); }
div.DivClassName
{
background-color: #D8DA34;
}
.BgClassName
{
background-color: #D8DA34;
}
</style>
border-color css
<style>
span { border-color: #D8DA34; }
span { border-color: rgb(216,218,52); }
td.TdClassName
{
border-color: #D8DA34;
}
.TagClassName
{
border-color: #D8DA34;
}
</style>