Shades of Bitter Lemon #D1CE2F
Tints of Bitter Lemon #D1CE2F
RGB
CMYK
RGB Variations
Color information
#D1CE2F (or 0xD1CE2F) is known color: Bitter Lemon. HEX triplet: D1, CE and 2F. RGB value is (209,206,47). Sum of RGB (Red+Green+Blue) = 209+206+47=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CE2F is #2E31D0. Grayscale: #BDBDBD. Windows color (decimal): -3027409 or 3133137. OLE color: 3133137.
HSL color Cylindrical-coordinate representation of color #D1CE2F: hue angle of 58.89º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1CE2F is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 47 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.18 |
| HSL | 58.89º | 0.64% | 0.5% | - |
| HSV(B) | 58.89º | 0.78% | 0.82% | - |
| XYZ | 48.88 | 57.9 | 11.29 | - |
| YUV | 188.77 | 47.99 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 47 | 0 | 0.01 | 0.78 | 0.18 | 58.89 | 0.64 | 0.5 |
| Hex | D1 | CE | 2F | 0 | 1 | 4E | 12 | 3B | 40 | 32 |
| Octal | 321 | 316 | 57 | 0 | 1 | 116 | 22 | 73 | 100 | 62 |
| Binary | 11010001 | 11001110 | 101111 | 0 | 1 | 1001110 | 10010 | 111011 | 1000000 | 110010 |
Color Harmonies of #D1CE2F
Complementary color
Monochromatic Colors of #D1CE2F
Black with #D1CE2F
Text Example
Text Example
White with #D1CE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CE2F; }
p { color: rgb(209,206,47); }
H1.HeaderClassName
{
color: #D1CE2F;
}
.AnyTagClassName
{
color: #D1CE2F;
}
</style>
background-color css
<style>
a { background-color: #D1CE2F; }
a { background-color: rgb(209,206,47); }
div.DivClassName
{
background-color: #D1CE2F;
}
.BgClassName
{
background-color: #D1CE2F;
}
</style>
border-color css
<style>
span { border-color: #D1CE2F; }
span { border-color: rgb(209,206,47); }
td.TdClassName
{
border-color: #D1CE2F;
}
.TagClassName
{
border-color: #D1CE2F;
}
</style>