Shades of Bitter Lemon #D3D820
Tints of Bitter Lemon #D3D820
RGB
CMYK
RGB Variations
Color information
#D3D820 (or 0xD3D820) is known color: Bitter Lemon. HEX triplet: D3, D8 and 20. RGB value is (211,216,32). Sum of RGB (Red+Green+Blue) = 211+216+32=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D820 is #2C27DF. Grayscale: #C2C2C2. Windows color (decimal): -2893792 or 2152659. OLE color: 2152659.
HSL color Cylindrical-coordinate representation of color #D3D820: hue angle of 61.63º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3D820 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 216 | 32 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.15 |
| HSL | 61.63º | 0.74% | 0.49% | - |
| HSV(B) | 61.63º | 0.85% | 0.85% | - |
| XYZ | 51.68 | 63.06 | 10.82 | - |
| YUV | 193.53 | 36.84 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 216 | 32 | 0.02 | 0 | 0.85 | 0.15 | 61.63 | 0.74 | 0.49 |
| Hex | D3 | D8 | 20 | 2 | 0 | 55 | F | 3E | 4A | 31 |
| Octal | 323 | 330 | 40 | 2 | 0 | 125 | 17 | 76 | 112 | 61 |
| Binary | 11010011 | 11011000 | 100000 | 10 | 0 | 1010101 | 1111 | 111110 | 1001010 | 110001 |
Color Harmonies of #D3D820
Complementary color
Monochromatic Colors of #D3D820
Black with #D3D820
Text Example
Text Example
White with #D3D820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D820; }
p { color: rgb(211,216,32); }
H1.HeaderClassName
{
color: #D3D820;
}
.AnyTagClassName
{
color: #D3D820;
}
</style>
background-color css
<style>
a { background-color: #D3D820; }
a { background-color: rgb(211,216,32); }
div.DivClassName
{
background-color: #D3D820;
}
.BgClassName
{
background-color: #D3D820;
}
</style>
border-color css
<style>
span { border-color: #D3D820; }
span { border-color: rgb(211,216,32); }
td.TdClassName
{
border-color: #D3D820;
}
.TagClassName
{
border-color: #D3D820;
}
</style>