Shades of Bitter Lemon #D0D22C
Tints of Bitter Lemon #D0D22C
RGB
CMYK
RGB Variations
Color information
#D0D22C (or 0xD0D22C) is known color: Bitter Lemon. HEX triplet: D0, D2 and 2C. RGB value is (208,210,44). Sum of RGB (Red+Green+Blue) = 208+210+44=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 44 (17.58% from 255 or 9.52% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D22C is #2F2DD3. Grayscale: #BFBFBF. Windows color (decimal): -3091924 or 2937552. OLE color: 2937552.
HSL color Cylindrical-coordinate representation of color #D0D22C: hue angle of 60.72º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0D22C is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 44 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.18 |
| HSL | 60.72º | 0.65% | 0.5% | - |
| HSV(B) | 60.72º | 0.79% | 0.82% | - |
| XYZ | 49.51 | 59.68 | 11.29 | - |
| YUV | 190.48 | 45.34 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 44 | 0.01 | 0 | 0.79 | 0.18 | 60.72 | 0.65 | 0.5 |
| Hex | D0 | D2 | 2C | 1 | 0 | 4F | 12 | 3D | 41 | 32 |
| Octal | 320 | 322 | 54 | 1 | 0 | 117 | 22 | 75 | 101 | 62 |
| Binary | 11010000 | 11010010 | 101100 | 1 | 0 | 1001111 | 10010 | 111101 | 1000001 | 110010 |
Color Harmonies of #D0D22C
Complementary color
Monochromatic Colors of #D0D22C
Black with #D0D22C
Text Example
Text Example
White with #D0D22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D22C; }
p { color: rgb(208,210,44); }
H1.HeaderClassName
{
color: #D0D22C;
}
.AnyTagClassName
{
color: #D0D22C;
}
</style>
background-color css
<style>
a { background-color: #D0D22C; }
a { background-color: rgb(208,210,44); }
div.DivClassName
{
background-color: #D0D22C;
}
.BgClassName
{
background-color: #D0D22C;
}
</style>
border-color css
<style>
span { border-color: #D0D22C; }
span { border-color: rgb(208,210,44); }
td.TdClassName
{
border-color: #D0D22C;
}
.TagClassName
{
border-color: #D0D22C;
}
</style>