Shades of Bitter Lemon #D9D536
Tints of Bitter Lemon #D9D536
RGB
CMYK
RGB Variations
Color information
#D9D536 (or 0xD9D536) is known color: Bitter Lemon. HEX triplet: D9, D5 and 36. RGB value is (217,213,54). Sum of RGB (Red+Green+Blue) = 217+213+54=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 54 (21.48% from 255 or 11.16% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D536 is #262AC9. Grayscale: #C4C4C4. Windows color (decimal): -2501322 or 3593689. OLE color: 3593689.
HSL color Cylindrical-coordinate representation of color #D9D536: hue angle of 58.53º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9D536 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 213 | 54 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.15 |
| HSL | 58.53º | 0.68% | 0.53% | - |
| HSV(B) | 58.53º | 0.75% | 0.85% | - |
| XYZ | 53.08 | 62.61 | 12.78 | - |
| YUV | 196.07 | 47.83 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 213 | 54 | 0 | 0.02 | 0.75 | 0.15 | 58.53 | 0.68 | 0.53 |
| Hex | D9 | D5 | 36 | 0 | 2 | 4B | F | 3B | 44 | 35 |
| Octal | 331 | 325 | 66 | 0 | 2 | 113 | 17 | 73 | 104 | 65 |
| Binary | 11011001 | 11010101 | 110110 | 0 | 10 | 1001011 | 1111 | 111011 | 1000100 | 110101 |
Color Harmonies of #D9D536
Complementary color
Monochromatic Colors of #D9D536
Black with #D9D536
Text Example
Text Example
White with #D9D536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D536; }
p { color: rgb(217,213,54); }
H1.HeaderClassName
{
color: #D9D536;
}
.AnyTagClassName
{
color: #D9D536;
}
</style>
background-color css
<style>
a { background-color: #D9D536; }
a { background-color: rgb(217,213,54); }
div.DivClassName
{
background-color: #D9D536;
}
.BgClassName
{
background-color: #D9D536;
}
</style>
border-color css
<style>
span { border-color: #D9D536; }
span { border-color: rgb(217,213,54); }
td.TdClassName
{
border-color: #D9D536;
}
.TagClassName
{
border-color: #D9D536;
}
</style>