Shades of Bitter Lemon #D0D22B
Tints of Bitter Lemon #D0D22B
RGB
CMYK
RGB Variations
Color information
#D0D22B (or 0xD0D22B) is known color: Bitter Lemon. HEX triplet: D0, D2 and 2B. RGB value is (208,210,43). Sum of RGB (Red+Green+Blue) = 208+210+43=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D22B is #2F2DD4. Grayscale: #BFBFBF. Windows color (decimal): -3091925 or 2872016. OLE color: 2872016.
HSL color Cylindrical-coordinate representation of color #D0D22B: hue angle of 60.72º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0D22B is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 43 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.18 |
| HSL | 60.72º | 0.66% | 0.5% | - |
| HSV(B) | 60.72º | 0.8% | 0.82% | - |
| XYZ | 49.5 | 59.68 | 11.2 | - |
| YUV | 190.36 | 44.84 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 43 | 0.01 | 0 | 0.80 | 0.18 | 60.72 | 0.66 | 0.5 |
| Hex | D0 | D2 | 2B | 1 | 0 | 50 | 12 | 3D | 42 | 32 |
| Octal | 320 | 322 | 53 | 1 | 0 | 120 | 22 | 75 | 102 | 62 |
| Binary | 11010000 | 11010010 | 101011 | 1 | 0 | 1010000 | 10010 | 111101 | 1000010 | 110010 |
Color Harmonies of #D0D22B
Complementary color
Monochromatic Colors of #D0D22B
Black with #D0D22B
Text Example
Text Example
White with #D0D22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D22B; }
p { color: rgb(208,210,43); }
H1.HeaderClassName
{
color: #D0D22B;
}
.AnyTagClassName
{
color: #D0D22B;
}
</style>
background-color css
<style>
a { background-color: #D0D22B; }
a { background-color: rgb(208,210,43); }
div.DivClassName
{
background-color: #D0D22B;
}
.BgClassName
{
background-color: #D0D22B;
}
</style>
border-color css
<style>
span { border-color: #D0D22B; }
span { border-color: rgb(208,210,43); }
td.TdClassName
{
border-color: #D0D22B;
}
.TagClassName
{
border-color: #D0D22B;
}
</style>