Shades of Bitter Lemon #D0D92C
Tints of Bitter Lemon #D0D92C
RGB
CMYK
RGB Variations
Color information
#D0D92C (or 0xD0D92C) is known color: Bitter Lemon. HEX triplet: D0, D9 and 2C. RGB value is (208,217,44). Sum of RGB (Red+Green+Blue) = 208+217+44=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D92C is #2F26D3. Grayscale: #C3C3C3. Windows color (decimal): -3090132 or 2939344. OLE color: 2939344.
HSL color Cylindrical-coordinate representation of color #D0D92C: hue angle of 63.12º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0D92C is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 217 | 44 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.15 |
| HSL | 63.12º | 0.69% | 0.51% | - |
| HSV(B) | 63.12º | 0.8% | 0.85% | - |
| XYZ | 51.28 | 63.22 | 11.88 | - |
| YUV | 194.59 | 43.02 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 217 | 44 | 0.04 | 0 | 0.80 | 0.15 | 63.12 | 0.69 | 0.51 |
| Hex | D0 | D9 | 2C | 4 | 0 | 50 | F | 3F | 45 | 33 |
| Octal | 320 | 331 | 54 | 4 | 0 | 120 | 17 | 77 | 105 | 63 |
| Binary | 11010000 | 11011001 | 101100 | 100 | 0 | 1010000 | 1111 | 111111 | 1000101 | 110011 |
Color Harmonies of #D0D92C
Complementary color
Monochromatic Colors of #D0D92C
Black with #D0D92C
Text Example
Text Example
White with #D0D92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D92C; }
p { color: rgb(208,217,44); }
H1.HeaderClassName
{
color: #D0D92C;
}
.AnyTagClassName
{
color: #D0D92C;
}
</style>
background-color css
<style>
a { background-color: #D0D92C; }
a { background-color: rgb(208,217,44); }
div.DivClassName
{
background-color: #D0D92C;
}
.BgClassName
{
background-color: #D0D92C;
}
</style>
border-color css
<style>
span { border-color: #D0D92C; }
span { border-color: rgb(208,217,44); }
td.TdClassName
{
border-color: #D0D92C;
}
.TagClassName
{
border-color: #D0D92C;
}
</style>