Shades of Bitter Lemon #D3DB33
Tints of Bitter Lemon #D3DB33
RGB
CMYK
RGB Variations
Color information
#D3DB33 (or 0xD3DB33) is known color: Bitter Lemon. HEX triplet: D3, DB and 33. RGB value is (211,219,51). Sum of RGB (Red+Green+Blue) = 211+219+51=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 51 (20.31% from 255 or 10.60% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DB33 is #2C24CC. Grayscale: #C6C6C6. Windows color (decimal): -2893005 or 3398611. OLE color: 3398611.
HSL color Cylindrical-coordinate representation of color #D3DB33: hue angle of 62.86º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D3DB33 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 51 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.14 |
| HSL | 62.86º | 0.7% | 0.53% | - |
| HSV(B) | 62.86º | 0.77% | 0.86% | - |
| XYZ | 52.79 | 64.75 | 12.85 | - |
| YUV | 197.46 | 45.35 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 51 | 0.04 | 0 | 0.77 | 0.14 | 62.86 | 0.7 | 0.53 |
| Hex | D3 | DB | 33 | 4 | 0 | 4D | E | 3F | 46 | 35 |
| Octal | 323 | 333 | 63 | 4 | 0 | 115 | 16 | 77 | 106 | 65 |
| Binary | 11010011 | 11011011 | 110011 | 100 | 0 | 1001101 | 1110 | 111111 | 1000110 | 110101 |
Color Harmonies of #D3DB33
Complementary color
Monochromatic Colors of #D3DB33
Black with #D3DB33
Text Example
Text Example
White with #D3DB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DB33; }
p { color: rgb(211,219,51); }
H1.HeaderClassName
{
color: #D3DB33;
}
.AnyTagClassName
{
color: #D3DB33;
}
</style>
background-color css
<style>
a { background-color: #D3DB33; }
a { background-color: rgb(211,219,51); }
div.DivClassName
{
background-color: #D3DB33;
}
.BgClassName
{
background-color: #D3DB33;
}
</style>
border-color css
<style>
span { border-color: #D3DB33; }
span { border-color: rgb(211,219,51); }
td.TdClassName
{
border-color: #D3DB33;
}
.TagClassName
{
border-color: #D3DB33;
}
</style>