Shades of Bitter Lemon #D5D927
Tints of Bitter Lemon #D5D927
RGB
CMYK
RGB Variations
Color information
#D5D927 (or 0xD5D927) is known color: Bitter Lemon. HEX triplet: D5, D9 and 27. RGB value is (213,217,39). Sum of RGB (Red+Green+Blue) = 213+217+39=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 39 (15.62% from 255 or 8.32% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D927 is #2A26D8. Grayscale: #C4C4C4. Windows color (decimal): -2762457 or 2611669. OLE color: 2611669.
HSL color Cylindrical-coordinate representation of color #D5D927: hue angle of 61.35º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5D927 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 217 | 39 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.15 |
| HSL | 61.35º | 0.7% | 0.5% | - |
| HSV(B) | 61.35º | 0.82% | 0.85% | - |
| XYZ | 52.62 | 63.92 | 11.48 | - |
| YUV | 195.51 | 39.67 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 217 | 39 | 0.02 | 0 | 0.82 | 0.15 | 61.35 | 0.7 | 0.5 |
| Hex | D5 | D9 | 27 | 2 | 0 | 52 | F | 3D | 46 | 32 |
| Octal | 325 | 331 | 47 | 2 | 0 | 122 | 17 | 75 | 106 | 62 |
| Binary | 11010101 | 11011001 | 100111 | 10 | 0 | 1010010 | 1111 | 111101 | 1000110 | 110010 |
Color Harmonies of #D5D927
Complementary color
Monochromatic Colors of #D5D927
Black with #D5D927
Text Example
Text Example
White with #D5D927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D927; }
p { color: rgb(213,217,39); }
H1.HeaderClassName
{
color: #D5D927;
}
.AnyTagClassName
{
color: #D5D927;
}
</style>
background-color css
<style>
a { background-color: #D5D927; }
a { background-color: rgb(213,217,39); }
div.DivClassName
{
background-color: #D5D927;
}
.BgClassName
{
background-color: #D5D927;
}
</style>
border-color css
<style>
span { border-color: #D5D927; }
span { border-color: rgb(213,217,39); }
td.TdClassName
{
border-color: #D5D927;
}
.TagClassName
{
border-color: #D5D927;
}
</style>