Shades of Bitter Lemon #D0D32E
Tints of Bitter Lemon #D0D32E
RGB
CMYK
RGB Variations
Color information
#D0D32E (or 0xD0D32E) is known color: Bitter Lemon. HEX triplet: D0, D3 and 2E. RGB value is (208,211,46). Sum of RGB (Red+Green+Blue) = 208+211+46=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D32E is #2F2CD1. Grayscale: #BFBFBF. Windows color (decimal): -3091666 or 3068880. OLE color: 3068880.
HSL color Cylindrical-coordinate representation of color #D0D32E: hue angle of 61.09º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0D32E is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 211 | 46 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.17 |
| HSL | 61.09º | 0.65% | 0.5% | - |
| HSV(B) | 61.09º | 0.78% | 0.83% | - |
| XYZ | 49.8 | 60.2 | 11.58 | - |
| YUV | 191.29 | 46.01 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 46 | 0.01 | 0 | 0.78 | 0.17 | 61.09 | 0.65 | 0.5 |
| Hex | D0 | D3 | 2E | 1 | 0 | 4E | 11 | 3D | 41 | 32 |
| Octal | 320 | 323 | 56 | 1 | 0 | 116 | 21 | 75 | 101 | 62 |
| Binary | 11010000 | 11010011 | 101110 | 1 | 0 | 1001110 | 10001 | 111101 | 1000001 | 110010 |
Color Harmonies of #D0D32E
Complementary color
Monochromatic Colors of #D0D32E
Black with #D0D32E
Text Example
Text Example
White with #D0D32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D32E; }
p { color: rgb(208,211,46); }
H1.HeaderClassName
{
color: #D0D32E;
}
.AnyTagClassName
{
color: #D0D32E;
}
</style>
background-color css
<style>
a { background-color: #D0D32E; }
a { background-color: rgb(208,211,46); }
div.DivClassName
{
background-color: #D0D32E;
}
.BgClassName
{
background-color: #D0D32E;
}
</style>
border-color css
<style>
span { border-color: #D0D32E; }
span { border-color: rgb(208,211,46); }
td.TdClassName
{
border-color: #D0D32E;
}
.TagClassName
{
border-color: #D0D32E;
}
</style>