Shades of Bitter Lemon #D3DD34
Tints of Bitter Lemon #D3DD34
RGB
CMYK
RGB Variations
Color information
#D3DD34 (or 0xD3DD34) is known color: Bitter Lemon. HEX triplet: D3, DD and 34. RGB value is (211,221,52). Sum of RGB (Red+Green+Blue) = 211+221+52=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DD34 is #2C22CB. Grayscale: #C7C7C7. Windows color (decimal): -2892492 or 3464659. OLE color: 3464659.
HSL color Cylindrical-coordinate representation of color #D3DD34: hue angle of 63.55º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3DD34 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 52 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.13 |
| HSL | 63.55º | 0.71% | 0.54% | - |
| HSV(B) | 63.55º | 0.76% | 0.87% | - |
| XYZ | 53.34 | 65.81 | 13.14 | - |
| YUV | 198.74 | 45.19 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 52 | 0.05 | 0 | 0.76 | 0.13 | 63.55 | 0.71 | 0.54 |
| Hex | D3 | DD | 34 | 5 | 0 | 4C | D | 40 | 47 | 36 |
| Octal | 323 | 335 | 64 | 5 | 0 | 114 | 15 | 100 | 107 | 66 |
| Binary | 11010011 | 11011101 | 110100 | 101 | 0 | 1001100 | 1101 | 1000000 | 1000111 | 110110 |
Color Harmonies of #D3DD34
Complementary color
Monochromatic Colors of #D3DD34
Black with #D3DD34
Text Example
Text Example
White with #D3DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DD34; }
p { color: rgb(211,221,52); }
H1.HeaderClassName
{
color: #D3DD34;
}
.AnyTagClassName
{
color: #D3DD34;
}
</style>
background-color css
<style>
a { background-color: #D3DD34; }
a { background-color: rgb(211,221,52); }
div.DivClassName
{
background-color: #D3DD34;
}
.BgClassName
{
background-color: #D3DD34;
}
</style>
border-color css
<style>
span { border-color: #D3DD34; }
span { border-color: rgb(211,221,52); }
td.TdClassName
{
border-color: #D3DD34;
}
.TagClassName
{
border-color: #D3DD34;
}
</style>