Shades of Bitter Lemon #D9D52D
Tints of Bitter Lemon #D9D52D
RGB
CMYK
RGB Variations
Color information
#D9D52D (or 0xD9D52D) is known color: Bitter Lemon. HEX triplet: D9, D5 and 2D. RGB value is (217,213,45). Sum of RGB (Red+Green+Blue) = 217+213+45=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 45 (17.97% from 255 or 9.47% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D52D is #262AD2. Grayscale: #C3C3C3. Windows color (decimal): -2501331 or 3003865. OLE color: 3003865.
HSL color Cylindrical-coordinate representation of color #D9D52D: hue angle of 58.6º 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 #D9D52D is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 213 | 45 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.15 |
| HSL | 58.6º | 0.69% | 0.51% | - |
| HSV(B) | 58.6º | 0.79% | 0.85% | - |
| XYZ | 52.88 | 62.53 | 11.76 | - |
| YUV | 195.04 | 43.33 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 213 | 45 | 0 | 0.02 | 0.79 | 0.15 | 58.6 | 0.69 | 0.51 |
| Hex | D9 | D5 | 2D | 0 | 2 | 4F | F | 3B | 45 | 33 |
| Octal | 331 | 325 | 55 | 0 | 2 | 117 | 17 | 73 | 105 | 63 |
| Binary | 11011001 | 11010101 | 101101 | 0 | 10 | 1001111 | 1111 | 111011 | 1000101 | 110011 |
Color Harmonies of #D9D52D
Complementary color
Monochromatic Colors of #D9D52D
Black with #D9D52D
Text Example
Text Example
White with #D9D52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D52D; }
p { color: rgb(217,213,45); }
H1.HeaderClassName
{
color: #D9D52D;
}
.AnyTagClassName
{
color: #D9D52D;
}
</style>
background-color css
<style>
a { background-color: #D9D52D; }
a { background-color: rgb(217,213,45); }
div.DivClassName
{
background-color: #D9D52D;
}
.BgClassName
{
background-color: #D9D52D;
}
</style>
border-color css
<style>
span { border-color: #D9D52D; }
span { border-color: rgb(217,213,45); }
td.TdClassName
{
border-color: #D9D52D;
}
.TagClassName
{
border-color: #D9D52D;
}
</style>