Shades of Bitter Lemon #D1D52D
Tints of Bitter Lemon #D1D52D
RGB
CMYK
RGB Variations
Color information
#D1D52D (or 0xD1D52D) is known color: Bitter Lemon. HEX triplet: D1, D5 and 2D. RGB value is (209,213,45). Sum of RGB (Red+Green+Blue) = 209+213+45=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 45 (17.97% from 255 or 9.64% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D52D is #2E2AD2. Grayscale: #C1C1C1. Windows color (decimal): -3025619 or 3003857. OLE color: 3003857.
HSL color Cylindrical-coordinate representation of color #D1D52D: hue angle of 61.43º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1D52D is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 45 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.16 |
| HSL | 61.43º | 0.67% | 0.51% | - |
| HSV(B) | 61.43º | 0.79% | 0.84% | - |
| XYZ | 50.56 | 61.33 | 11.66 | - |
| YUV | 192.65 | 44.67 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 45 | 0.02 | 0 | 0.79 | 0.16 | 61.43 | 0.67 | 0.51 |
| Hex | D1 | D5 | 2D | 2 | 0 | 4F | 10 | 3D | 43 | 33 |
| Octal | 321 | 325 | 55 | 2 | 0 | 117 | 20 | 75 | 103 | 63 |
| Binary | 11010001 | 11010101 | 101101 | 10 | 0 | 1001111 | 10000 | 111101 | 1000011 | 110011 |
Color Harmonies of #D1D52D
Complementary color
Monochromatic Colors of #D1D52D
Black with #D1D52D
Text Example
Text Example
White with #D1D52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D52D; }
p { color: rgb(209,213,45); }
H1.HeaderClassName
{
color: #D1D52D;
}
.AnyTagClassName
{
color: #D1D52D;
}
</style>
background-color css
<style>
a { background-color: #D1D52D; }
a { background-color: rgb(209,213,45); }
div.DivClassName
{
background-color: #D1D52D;
}
.BgClassName
{
background-color: #D1D52D;
}
</style>
border-color css
<style>
span { border-color: #D1D52D; }
span { border-color: rgb(209,213,45); }
td.TdClassName
{
border-color: #D1D52D;
}
.TagClassName
{
border-color: #D1D52D;
}
</style>