Shades of Bitter Lemon #D3DA29
Tints of Bitter Lemon #D3DA29
RGB
CMYK
RGB Variations
Color information
#D3DA29 (or 0xD3DA29) is known color: Bitter Lemon. HEX triplet: D3, DA and 29. RGB value is (211,218,41). Sum of RGB (Red+Green+Blue) = 211+218+41=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 41 (16.41% from 255 or 8.72% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DA29 is #2C25D6. Grayscale: #C4C4C4. Windows color (decimal): -2893271 or 2742995. OLE color: 2742995.
HSL color Cylindrical-coordinate representation of color #D3DA29: hue angle of 62.37º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3DA29 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 218 | 41 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.15 |
| HSL | 62.37º | 0.71% | 0.51% | - |
| HSV(B) | 62.37º | 0.81% | 0.85% | - |
| XYZ | 52.34 | 64.15 | 11.72 | - |
| YUV | 195.73 | 40.68 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 41 | 0.03 | 0 | 0.81 | 0.15 | 62.37 | 0.71 | 0.51 |
| Hex | D3 | DA | 29 | 3 | 0 | 51 | F | 3E | 47 | 33 |
| Octal | 323 | 332 | 51 | 3 | 0 | 121 | 17 | 76 | 107 | 63 |
| Binary | 11010011 | 11011010 | 101001 | 11 | 0 | 1010001 | 1111 | 111110 | 1000111 | 110011 |
Color Harmonies of #D3DA29
Complementary color
Monochromatic Colors of #D3DA29
Black with #D3DA29
Text Example
Text Example
White with #D3DA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DA29; }
p { color: rgb(211,218,41); }
H1.HeaderClassName
{
color: #D3DA29;
}
.AnyTagClassName
{
color: #D3DA29;
}
</style>
background-color css
<style>
a { background-color: #D3DA29; }
a { background-color: rgb(211,218,41); }
div.DivClassName
{
background-color: #D3DA29;
}
.BgClassName
{
background-color: #D3DA29;
}
</style>
border-color css
<style>
span { border-color: #D3DA29; }
span { border-color: rgb(211,218,41); }
td.TdClassName
{
border-color: #D3DA29;
}
.TagClassName
{
border-color: #D3DA29;
}
</style>