Shades of Bitter Lemon #D1D438
Tints of Bitter Lemon #D1D438
RGB
CMYK
RGB Variations
Color information
#D1D438 (or 0xD1D438) is known color: Bitter Lemon. HEX triplet: D1, D4 and 38. RGB value is (209,212,56). Sum of RGB (Red+Green+Blue) = 209+212+56=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 56 (22.27% from 255 or 11.74% from 477); Max value from RGB is 212 - color contains mainly: green. Hex color #D1D438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D438 is #2E2BC7. Grayscale: #C1C1C1. Windows color (decimal): -3025864 or 3724497. OLE color: 3724497.
HSL color Cylindrical-coordinate representation of color #D1D438: hue angle of 61.15º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1D438 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 212 | 56 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.17 |
| HSL | 61.15º | 0.64% | 0.53% | - |
| HSV(B) | 61.15º | 0.74% | 0.83% | - |
| XYZ | 50.55 | 60.93 | 12.84 | - |
| YUV | 193.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 212 | 56 | 0.01 | 0 | 0.74 | 0.17 | 61.15 | 0.64 | 0.53 |
| Hex | D1 | D4 | 38 | 1 | 0 | 4A | 11 | 3D | 40 | 35 |
| Octal | 321 | 324 | 70 | 1 | 0 | 112 | 21 | 75 | 100 | 65 |
| Binary | 11010001 | 11010100 | 111000 | 1 | 0 | 1001010 | 10001 | 111101 | 1000000 | 110101 |
Color Harmonies of #D1D438
Complementary color
Monochromatic Colors of #D1D438
Black with #D1D438
Text Example
Text Example
White with #D1D438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D438; }
p { color: rgb(209,212,56); }
H1.HeaderClassName
{
color: #D1D438;
}
.AnyTagClassName
{
color: #D1D438;
}
</style>
background-color css
<style>
a { background-color: #D1D438; }
a { background-color: rgb(209,212,56); }
div.DivClassName
{
background-color: #D1D438;
}
.BgClassName
{
background-color: #D1D438;
}
</style>
border-color css
<style>
span { border-color: #D1D438; }
span { border-color: rgb(209,212,56); }
td.TdClassName
{
border-color: #D1D438;
}
.TagClassName
{
border-color: #D1D438;
}
</style>