Shades of Bitter Lemon #D1D93C
Tints of Bitter Lemon #D1D93C
RGB
CMYK
RGB Variations
Color information
#D1D93C (or 0xD1D93C) is known color: Bitter Lemon. HEX triplet: D1, D9 and 3C. RGB value is (209,217,60). Sum of RGB (Red+Green+Blue) = 209+217+60=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 60 (23.83% from 255 or 12.35% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D93C is #2E26C3. Grayscale: #C5C5C5. Windows color (decimal): -3024580 or 3987921. OLE color: 3987921.
HSL color Cylindrical-coordinate representation of color #D1D93C: hue angle of 63.06º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1D93C is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 60 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.15 |
| HSL | 63.06º | 0.67% | 0.54% | - |
| HSV(B) | 63.06º | 0.72% | 0.85% | - |
| XYZ | 51.92 | 63.51 | 13.8 | - |
| YUV | 196.71 | 50.85 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 60 | 0.04 | 0 | 0.72 | 0.15 | 63.06 | 0.67 | 0.54 |
| Hex | D1 | D9 | 3C | 4 | 0 | 48 | F | 3F | 43 | 36 |
| Octal | 321 | 331 | 74 | 4 | 0 | 110 | 17 | 77 | 103 | 66 |
| Binary | 11010001 | 11011001 | 111100 | 100 | 0 | 1001000 | 1111 | 111111 | 1000011 | 110110 |
Color Harmonies of #D1D93C
Complementary color
Monochromatic Colors of #D1D93C
Black with #D1D93C
Text Example
Text Example
White with #D1D93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D93C; }
p { color: rgb(209,217,60); }
H1.HeaderClassName
{
color: #D1D93C;
}
.AnyTagClassName
{
color: #D1D93C;
}
</style>
background-color css
<style>
a { background-color: #D1D93C; }
a { background-color: rgb(209,217,60); }
div.DivClassName
{
background-color: #D1D93C;
}
.BgClassName
{
background-color: #D1D93C;
}
</style>
border-color css
<style>
span { border-color: #D1D93C; }
span { border-color: rgb(209,217,60); }
td.TdClassName
{
border-color: #D1D93C;
}
.TagClassName
{
border-color: #D1D93C;
}
</style>