Shades of Bitter Lemon #D1D63D
Tints of Bitter Lemon #D1D63D
RGB
CMYK
RGB Variations
Color information
#D1D63D (or 0xD1D63D) is known color: Bitter Lemon. HEX triplet: D1, D6 and 3D. RGB value is (209,214,61). Sum of RGB (Red+Green+Blue) = 209+214+61=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 61 (24.22% from 255 or 12.60% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D63D is #2E29C2. Grayscale: #C3C3C3. Windows color (decimal): -3025347 or 4052689. OLE color: 4052689.
HSL color Cylindrical-coordinate representation of color #D1D63D: hue angle of 61.96º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1D63D is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 61 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.16 |
| HSL | 61.96º | 0.65% | 0.54% | - |
| HSV(B) | 61.96º | 0.71% | 0.84% | - |
| XYZ | 51.18 | 61.99 | 13.68 | - |
| YUV | 195.06 | 52.34 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 61 | 0.02 | 0 | 0.71 | 0.16 | 61.96 | 0.65 | 0.54 |
| Hex | D1 | D6 | 3D | 2 | 0 | 47 | 10 | 3E | 41 | 36 |
| Octal | 321 | 326 | 75 | 2 | 0 | 107 | 20 | 76 | 101 | 66 |
| Binary | 11010001 | 11010110 | 111101 | 10 | 0 | 1000111 | 10000 | 111110 | 1000001 | 110110 |
Color Harmonies of #D1D63D
Complementary color
Monochromatic Colors of #D1D63D
Black with #D1D63D
Text Example
Text Example
White with #D1D63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D63D; }
p { color: rgb(209,214,61); }
H1.HeaderClassName
{
color: #D1D63D;
}
.AnyTagClassName
{
color: #D1D63D;
}
</style>
background-color css
<style>
a { background-color: #D1D63D; }
a { background-color: rgb(209,214,61); }
div.DivClassName
{
background-color: #D1D63D;
}
.BgClassName
{
background-color: #D1D63D;
}
</style>
border-color css
<style>
span { border-color: #D1D63D; }
span { border-color: rgb(209,214,61); }
td.TdClassName
{
border-color: #D1D63D;
}
.TagClassName
{
border-color: #D1D63D;
}
</style>