Shades of Bitter Lemon #D8DD3A
Tints of Bitter Lemon #D8DD3A
RGB
CMYK
RGB Variations
Color information
#D8DD3A (or 0xD8DD3A) is known color: Bitter Lemon. HEX triplet: D8, DD and 3A. RGB value is (216,221,58). Sum of RGB (Red+Green+Blue) = 216+221+58=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DD3A is #2722C5. Grayscale: #C9C9C9. Windows color (decimal): -2564806 or 3857880. OLE color: 3857880.
HSL color Cylindrical-coordinate representation of color #D8DD3A: hue angle of 61.84º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8DD3A is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 58 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.13 |
| HSL | 61.84º | 0.71% | 0.55% | - |
| HSV(B) | 61.84º | 0.74% | 0.87% | - |
| XYZ | 54.94 | 66.62 | 13.97 | - |
| YUV | 200.92 | 47.34 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 58 | 0.02 | 0 | 0.74 | 0.13 | 61.84 | 0.71 | 0.55 |
| Hex | D8 | DD | 3A | 2 | 0 | 4A | D | 3E | 47 | 37 |
| Octal | 330 | 335 | 72 | 2 | 0 | 112 | 15 | 76 | 107 | 67 |
| Binary | 11011000 | 11011101 | 111010 | 10 | 0 | 1001010 | 1101 | 111110 | 1000111 | 110111 |
Color Harmonies of #D8DD3A
Complementary color
Monochromatic Colors of #D8DD3A
Black with #D8DD3A
Text Example
Text Example
White with #D8DD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DD3A; }
p { color: rgb(216,221,58); }
H1.HeaderClassName
{
color: #D8DD3A;
}
.AnyTagClassName
{
color: #D8DD3A;
}
</style>
background-color css
<style>
a { background-color: #D8DD3A; }
a { background-color: rgb(216,221,58); }
div.DivClassName
{
background-color: #D8DD3A;
}
.BgClassName
{
background-color: #D8DD3A;
}
</style>
border-color css
<style>
span { border-color: #D8DD3A; }
span { border-color: rgb(216,221,58); }
td.TdClassName
{
border-color: #D8DD3A;
}
.TagClassName
{
border-color: #D8DD3A;
}
</style>