Shades of Bitter Lemon #D8DD1F
Tints of Bitter Lemon #D8DD1F
RGB
CMYK
RGB Variations
Color information
#D8DD1F (or 0xD8DD1F) is known color: Bitter Lemon. HEX triplet: D8, DD and 1F. RGB value is (216,221,31). Sum of RGB (Red+Green+Blue) = 216+221+31=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 31 (12.5% from 255 or 6.62% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DD1F is #2722E0. Grayscale: #C6C6C6. Windows color (decimal): -2564833 or 2088408. OLE color: 2088408.
HSL color Cylindrical-coordinate representation of color #D8DD1F: hue angle of 61.58º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8DD1F is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 31 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.13 |
| HSL | 61.58º | 0.75% | 0.49% | - |
| HSV(B) | 61.58º | 0.86% | 0.87% | - |
| XYZ | 54.42 | 66.41 | 11.25 | - |
| YUV | 197.85 | 33.84 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 31 | 0.02 | 0 | 0.86 | 0.13 | 61.58 | 0.75 | 0.49 |
| Hex | D8 | DD | 1F | 2 | 0 | 56 | D | 3E | 4B | 31 |
| Octal | 330 | 335 | 37 | 2 | 0 | 126 | 15 | 76 | 113 | 61 |
| Binary | 11011000 | 11011101 | 11111 | 10 | 0 | 1010110 | 1101 | 111110 | 1001011 | 110001 |
Color Harmonies of #D8DD1F
Complementary color
Monochromatic Colors of #D8DD1F
Black with #D8DD1F
Text Example
Text Example
White with #D8DD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DD1F; }
p { color: rgb(216,221,31); }
H1.HeaderClassName
{
color: #D8DD1F;
}
.AnyTagClassName
{
color: #D8DD1F;
}
</style>
background-color css
<style>
a { background-color: #D8DD1F; }
a { background-color: rgb(216,221,31); }
div.DivClassName
{
background-color: #D8DD1F;
}
.BgClassName
{
background-color: #D8DD1F;
}
</style>
border-color css
<style>
span { border-color: #D8DD1F; }
span { border-color: rgb(216,221,31); }
td.TdClassName
{
border-color: #D8DD1F;
}
.TagClassName
{
border-color: #D8DD1F;
}
</style>