Shades of Bitter Lemon #D3DB32
Tints of Bitter Lemon #D3DB32
RGB
CMYK
RGB Variations
Color information
#D3DB32 (or 0xD3DB32) is known color: Bitter Lemon. HEX triplet: D3, DB and 32. RGB value is (211,219,50). Sum of RGB (Red+Green+Blue) = 211+219+50=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DB32 is #2C24CD. Grayscale: #C6C6C6. Windows color (decimal): -2893006 or 3333075. OLE color: 3333075.
HSL color Cylindrical-coordinate representation of color #D3DB32: hue angle of 62.84º 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 #D3DB32 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 50 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.14 |
| HSL | 62.84º | 0.7% | 0.53% | - |
| HSV(B) | 62.84º | 0.77% | 0.86% | - |
| XYZ | 52.77 | 64.74 | 12.73 | - |
| YUV | 197.34 | 44.85 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 50 | 0.04 | 0 | 0.77 | 0.14 | 62.84 | 0.7 | 0.53 |
| Hex | D3 | DB | 32 | 4 | 0 | 4D | E | 3F | 46 | 35 |
| Octal | 323 | 333 | 62 | 4 | 0 | 115 | 16 | 77 | 106 | 65 |
| Binary | 11010011 | 11011011 | 110010 | 100 | 0 | 1001101 | 1110 | 111111 | 1000110 | 110101 |
Color Harmonies of #D3DB32
Complementary color
Monochromatic Colors of #D3DB32
Black with #D3DB32
Text Example
Text Example
White with #D3DB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DB32; }
p { color: rgb(211,219,50); }
H1.HeaderClassName
{
color: #D3DB32;
}
.AnyTagClassName
{
color: #D3DB32;
}
</style>
background-color css
<style>
a { background-color: #D3DB32; }
a { background-color: rgb(211,219,50); }
div.DivClassName
{
background-color: #D3DB32;
}
.BgClassName
{
background-color: #D3DB32;
}
</style>
border-color css
<style>
span { border-color: #D3DB32; }
span { border-color: rgb(211,219,50); }
td.TdClassName
{
border-color: #D3DB32;
}
.TagClassName
{
border-color: #D3DB32;
}
</style>