Shades of Bitter Lemon #D3DB47
Tints of Bitter Lemon #D3DB47
RGB
CMYK
RGB Variations
Color information
#D3DB47 (or 0xD3DB47) is known color: Bitter Lemon. HEX triplet: D3, DB and 47. RGB value is (211,219,71). Sum of RGB (Red+Green+Blue) = 211+219+71=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 71 (28.12% from 255 or 14.17% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DB47 is #2C24B8. Grayscale: #C8C8C8. Windows color (decimal): -2892985 or 4709331. OLE color: 4709331.
HSL color Cylindrical-coordinate representation of color #D3DB47: hue angle of 63.24º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3DB47 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 71 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.14 |
| HSL | 63.24º | 0.67% | 0.57% | - |
| HSV(B) | 63.24º | 0.68% | 0.86% | - |
| XYZ | 53.33 | 64.97 | 15.69 | - |
| YUV | 199.74 | 55.35 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 71 | 0.04 | 0 | 0.68 | 0.14 | 63.24 | 0.67 | 0.57 |
| Hex | D3 | DB | 47 | 4 | 0 | 44 | E | 3F | 43 | 39 |
| Octal | 323 | 333 | 107 | 4 | 0 | 104 | 16 | 77 | 103 | 71 |
| Binary | 11010011 | 11011011 | 1000111 | 100 | 0 | 1000100 | 1110 | 111111 | 1000011 | 111001 |
Color Harmonies of #D3DB47
Complementary color
Monochromatic Colors of #D3DB47
Black with #D3DB47
Text Example
Text Example
White with #D3DB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DB47; }
p { color: rgb(211,219,71); }
H1.HeaderClassName
{
color: #D3DB47;
}
.AnyTagClassName
{
color: #D3DB47;
}
</style>
background-color css
<style>
a { background-color: #D3DB47; }
a { background-color: rgb(211,219,71); }
div.DivClassName
{
background-color: #D3DB47;
}
.BgClassName
{
background-color: #D3DB47;
}
</style>
border-color css
<style>
span { border-color: #D3DB47; }
span { border-color: rgb(211,219,71); }
td.TdClassName
{
border-color: #D3DB47;
}
.TagClassName
{
border-color: #D3DB47;
}
</style>