Shades of Bitter Lemon #D1D63A
Tints of Bitter Lemon #D1D63A
RGB
CMYK
RGB Variations
Color information
#D1D63A (or 0xD1D63A) is known color: Bitter Lemon. HEX triplet: D1, D6 and 3A. RGB value is (209,214,58). Sum of RGB (Red+Green+Blue) = 209+214+58=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 58 (23.05% from 255 or 12.06% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D63A is #2E29C5. Grayscale: #C3C3C3. Windows color (decimal): -3025350 or 3856081. OLE color: 3856081.
HSL color Cylindrical-coordinate representation of color #D1D63A: hue angle of 61.92º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1D63A is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 58 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.16 |
| HSL | 61.92º | 0.66% | 0.53% | - |
| HSV(B) | 61.92º | 0.73% | 0.84% | - |
| XYZ | 51.1 | 61.95 | 13.27 | - |
| YUV | 194.72 | 50.84 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 58 | 0.02 | 0 | 0.73 | 0.16 | 61.92 | 0.66 | 0.53 |
| Hex | D1 | D6 | 3A | 2 | 0 | 49 | 10 | 3E | 42 | 35 |
| Octal | 321 | 326 | 72 | 2 | 0 | 111 | 20 | 76 | 102 | 65 |
| Binary | 11010001 | 11010110 | 111010 | 10 | 0 | 1001001 | 10000 | 111110 | 1000010 | 110101 |
Color Harmonies of #D1D63A
Complementary color
Monochromatic Colors of #D1D63A
Black with #D1D63A
Text Example
Text Example
White with #D1D63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D63A; }
p { color: rgb(209,214,58); }
H1.HeaderClassName
{
color: #D1D63A;
}
.AnyTagClassName
{
color: #D1D63A;
}
</style>
background-color css
<style>
a { background-color: #D1D63A; }
a { background-color: rgb(209,214,58); }
div.DivClassName
{
background-color: #D1D63A;
}
.BgClassName
{
background-color: #D1D63A;
}
</style>
border-color css
<style>
span { border-color: #D1D63A; }
span { border-color: rgb(209,214,58); }
td.TdClassName
{
border-color: #D1D63A;
}
.TagClassName
{
border-color: #D1D63A;
}
</style>