Shades of Bitter Lemon #D1D52A
Tints of Bitter Lemon #D1D52A
RGB
CMYK
RGB Variations
Color information
#D1D52A (or 0xD1D52A) is known color: Bitter Lemon. HEX triplet: D1, D5 and 2A. RGB value is (209,213,42). Sum of RGB (Red+Green+Blue) = 209+213+42=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D52A is #2E2AD5. Grayscale: #C0C0C0. Windows color (decimal): -3025622 or 2807249. OLE color: 2807249.
HSL color Cylindrical-coordinate representation of color #D1D52A: hue angle of 61.4º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1D52A is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 42 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.16 |
| HSL | 61.4º | 0.67% | 0.5% | - |
| HSV(B) | 61.4º | 0.8% | 0.84% | - |
| XYZ | 50.51 | 61.31 | 11.36 | - |
| YUV | 192.31 | 43.17 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 42 | 0.02 | 0 | 0.80 | 0.16 | 61.4 | 0.67 | 0.5 |
| Hex | D1 | D5 | 2A | 2 | 0 | 50 | 10 | 3D | 43 | 32 |
| Octal | 321 | 325 | 52 | 2 | 0 | 120 | 20 | 75 | 103 | 62 |
| Binary | 11010001 | 11010101 | 101010 | 10 | 0 | 1010000 | 10000 | 111101 | 1000011 | 110010 |
Color Harmonies of #D1D52A
Complementary color
Monochromatic Colors of #D1D52A
Black with #D1D52A
Text Example
Text Example
White with #D1D52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D52A; }
p { color: rgb(209,213,42); }
H1.HeaderClassName
{
color: #D1D52A;
}
.AnyTagClassName
{
color: #D1D52A;
}
</style>
background-color css
<style>
a { background-color: #D1D52A; }
a { background-color: rgb(209,213,42); }
div.DivClassName
{
background-color: #D1D52A;
}
.BgClassName
{
background-color: #D1D52A;
}
</style>
border-color css
<style>
span { border-color: #D1D52A; }
span { border-color: rgb(209,213,42); }
td.TdClassName
{
border-color: #D1D52A;
}
.TagClassName
{
border-color: #D1D52A;
}
</style>