Shades of Bitter Lemon #D4DA33
Tints of Bitter Lemon #D4DA33
RGB
CMYK
RGB Variations
Color information
#D4DA33 (or 0xD4DA33) is known color: Bitter Lemon. HEX triplet: D4, DA and 33. RGB value is (212,218,51). Sum of RGB (Red+Green+Blue) = 212+218+51=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 51 (20.31% from 255 or 10.60% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DA33 is #2B25CC. Grayscale: #C5C5C5. Windows color (decimal): -2827725 or 3398356. OLE color: 3398356.
HSL color Cylindrical-coordinate representation of color #D4DA33: hue angle of 62.16º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4DA33 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 218 | 51 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.15 |
| HSL | 62.16º | 0.69% | 0.53% | - |
| HSV(B) | 62.16º | 0.77% | 0.85% | - |
| XYZ | 52.82 | 64.38 | 12.77 | - |
| YUV | 197.17 | 45.51 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 218 | 51 | 0.03 | 0 | 0.77 | 0.15 | 62.16 | 0.69 | 0.53 |
| Hex | D4 | DA | 33 | 3 | 0 | 4D | F | 3E | 45 | 35 |
| Octal | 324 | 332 | 63 | 3 | 0 | 115 | 17 | 76 | 105 | 65 |
| Binary | 11010100 | 11011010 | 110011 | 11 | 0 | 1001101 | 1111 | 111110 | 1000101 | 110101 |
Color Harmonies of #D4DA33
Complementary color
Monochromatic Colors of #D4DA33
Black with #D4DA33
Text Example
Text Example
White with #D4DA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DA33; }
p { color: rgb(212,218,51); }
H1.HeaderClassName
{
color: #D4DA33;
}
.AnyTagClassName
{
color: #D4DA33;
}
</style>
background-color css
<style>
a { background-color: #D4DA33; }
a { background-color: rgb(212,218,51); }
div.DivClassName
{
background-color: #D4DA33;
}
.BgClassName
{
background-color: #D4DA33;
}
</style>
border-color css
<style>
span { border-color: #D4DA33; }
span { border-color: rgb(212,218,51); }
td.TdClassName
{
border-color: #D4DA33;
}
.TagClassName
{
border-color: #D4DA33;
}
</style>