Shades of Bitter Lemon #D1D92A
Tints of Bitter Lemon #D1D92A
RGB
CMYK
RGB Variations
Color information
#D1D92A (or 0xD1D92A) is known color: Bitter Lemon. HEX triplet: D1, D9 and 2A. RGB value is (209,217,42). Sum of RGB (Red+Green+Blue) = 209+217+42=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 42 (16.80% from 255 or 8.97% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D92A is #2E26D5. Grayscale: #C3C3C3. Windows color (decimal): -3024598 or 2808273. OLE color: 2808273.
HSL color Cylindrical-coordinate representation of color #D1D92A: hue angle of 62.74º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1D92A is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 42 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.15 |
| HSL | 62.74º | 0.7% | 0.51% | - |
| HSV(B) | 62.74º | 0.81% | 0.85% | - |
| XYZ | 51.53 | 63.35 | 11.7 | - |
| YUV | 194.66 | 41.85 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 42 | 0.04 | 0 | 0.81 | 0.15 | 62.74 | 0.7 | 0.51 |
| Hex | D1 | D9 | 2A | 4 | 0 | 51 | F | 3F | 46 | 33 |
| Octal | 321 | 331 | 52 | 4 | 0 | 121 | 17 | 77 | 106 | 63 |
| Binary | 11010001 | 11011001 | 101010 | 100 | 0 | 1010001 | 1111 | 111111 | 1000110 | 110011 |
Color Harmonies of #D1D92A
Complementary color
Monochromatic Colors of #D1D92A
Black with #D1D92A
Text Example
Text Example
White with #D1D92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D92A; }
p { color: rgb(209,217,42); }
H1.HeaderClassName
{
color: #D1D92A;
}
.AnyTagClassName
{
color: #D1D92A;
}
</style>
background-color css
<style>
a { background-color: #D1D92A; }
a { background-color: rgb(209,217,42); }
div.DivClassName
{
background-color: #D1D92A;
}
.BgClassName
{
background-color: #D1D92A;
}
</style>
border-color css
<style>
span { border-color: #D1D92A; }
span { border-color: rgb(209,217,42); }
td.TdClassName
{
border-color: #D1D92A;
}
.TagClassName
{
border-color: #D1D92A;
}
</style>