Shades of Bitter Lemon #D1D338
Tints of Bitter Lemon #D1D338
RGB
CMYK
RGB Variations
Color information
#D1D338 (or 0xD1D338) is known color: Bitter Lemon. HEX triplet: D1, D3 and 38. RGB value is (209,211,56). Sum of RGB (Red+Green+Blue) = 209+211+56=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 56 (22.27% from 255 or 11.76% from 476); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D338 is #2E2CC7. Grayscale: #C1C1C1. Windows color (decimal): -3026120 or 3724241. OLE color: 3724241.
HSL color Cylindrical-coordinate representation of color #D1D338: hue angle of 60.77º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1D338 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 211 | 56 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.17 |
| HSL | 60.77º | 0.64% | 0.52% | - |
| HSV(B) | 60.77º | 0.73% | 0.83% | - |
| XYZ | 50.3 | 60.43 | 12.75 | - |
| YUV | 192.73 | 50.84 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 211 | 56 | 0.01 | 0 | 0.73 | 0.17 | 60.77 | 0.64 | 0.52 |
| Hex | D1 | D3 | 38 | 1 | 0 | 49 | 11 | 3D | 40 | 34 |
| Octal | 321 | 323 | 70 | 1 | 0 | 111 | 21 | 75 | 100 | 64 |
| Binary | 11010001 | 11010011 | 111000 | 1 | 0 | 1001001 | 10001 | 111101 | 1000000 | 110100 |
Color Harmonies of #D1D338
Complementary color
Monochromatic Colors of #D1D338
Black with #D1D338
Text Example
Text Example
White with #D1D338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D338; }
p { color: rgb(209,211,56); }
H1.HeaderClassName
{
color: #D1D338;
}
.AnyTagClassName
{
color: #D1D338;
}
</style>
background-color css
<style>
a { background-color: #D1D338; }
a { background-color: rgb(209,211,56); }
div.DivClassName
{
background-color: #D1D338;
}
.BgClassName
{
background-color: #D1D338;
}
</style>
border-color css
<style>
span { border-color: #D1D338; }
span { border-color: rgb(209,211,56); }
td.TdClassName
{
border-color: #D1D338;
}
.TagClassName
{
border-color: #D1D338;
}
</style>