Shades of Bitter Lemon #D9D92D
Tints of Bitter Lemon #D9D92D
RGB
CMYK
RGB Variations
Color information
#D9D92D (or 0xD9D92D) is known color: Bitter Lemon. HEX triplet: D9, D9 and 2D. RGB value is (217,217,45). Sum of RGB (Red+Green+Blue) = 217+217+45=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 217 - color contains mainly: red, green. Hex color #D9D92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D92D is #2626D2. Grayscale: #C6C6C6. Windows color (decimal): -2500307 or 3004889. OLE color: 3004889.
HSL color Cylindrical-coordinate representation of color #D9D92D: hue angle of 60º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9D92D is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 217 | 45 | - |
| CMYK | 0 | 0 | 0.79 | 0.15 |
| HSL | 60º | 0.69% | 0.51% | - |
| HSV(B) | 60º | 0.79% | 0.85% | - |
| XYZ | 53.9 | 64.57 | 12.1 | - |
| YUV | 197.39 | 42 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 217 | 45 | 0 | 0 | 0.79 | 0.15 | 60 | 0.69 | 0.51 |
| Hex | D9 | D9 | 2D | 0 | 0 | 4F | F | 3C | 45 | 33 |
| Octal | 331 | 331 | 55 | 0 | 0 | 117 | 17 | 74 | 105 | 63 |
| Binary | 11011001 | 11011001 | 101101 | 0 | 0 | 1001111 | 1111 | 111100 | 1000101 | 110011 |
Color Harmonies of #D9D92D
Complementary color
Monochromatic Colors of #D9D92D
Black with #D9D92D
Text Example
Text Example
White with #D9D92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D92D; }
p { color: rgb(217,217,45); }
H1.HeaderClassName
{
color: #D9D92D;
}
.AnyTagClassName
{
color: #D9D92D;
}
</style>
background-color css
<style>
a { background-color: #D9D92D; }
a { background-color: rgb(217,217,45); }
div.DivClassName
{
background-color: #D9D92D;
}
.BgClassName
{
background-color: #D9D92D;
}
</style>
border-color css
<style>
span { border-color: #D9D92D; }
span { border-color: rgb(217,217,45); }
td.TdClassName
{
border-color: #D9D92D;
}
.TagClassName
{
border-color: #D9D92D;
}
</style>