Shades of Bitter Lemon #D5D727
Tints of Bitter Lemon #D5D727
RGB
CMYK
RGB Variations
Color information
#D5D727 (or 0xD5D727) is known color: Bitter Lemon. HEX triplet: D5, D7 and 27. RGB value is (213,215,39). Sum of RGB (Red+Green+Blue) = 213+215+39=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 39 (15.62% from 255 or 8.35% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D727 is #2A28D8. Grayscale: #C3C3C3. Windows color (decimal): -2762969 or 2611157. OLE color: 2611157.
HSL color Cylindrical-coordinate representation of color #D5D727: hue angle of 60.68º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5D727 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 39 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.16 |
| HSL | 60.68º | 0.69% | 0.5% | - |
| HSV(B) | 60.68º | 0.82% | 0.84% | - |
| XYZ | 52.11 | 62.89 | 11.31 | - |
| YUV | 194.34 | 40.34 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 39 | 0.01 | 0 | 0.82 | 0.16 | 60.68 | 0.69 | 0.5 |
| Hex | D5 | D7 | 27 | 1 | 0 | 52 | 10 | 3D | 45 | 32 |
| Octal | 325 | 327 | 47 | 1 | 0 | 122 | 20 | 75 | 105 | 62 |
| Binary | 11010101 | 11010111 | 100111 | 1 | 0 | 1010010 | 10000 | 111101 | 1000101 | 110010 |
Color Harmonies of #D5D727
Complementary color
Monochromatic Colors of #D5D727
Black with #D5D727
Text Example
Text Example
White with #D5D727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D727; }
p { color: rgb(213,215,39); }
H1.HeaderClassName
{
color: #D5D727;
}
.AnyTagClassName
{
color: #D5D727;
}
</style>
background-color css
<style>
a { background-color: #D5D727; }
a { background-color: rgb(213,215,39); }
div.DivClassName
{
background-color: #D5D727;
}
.BgClassName
{
background-color: #D5D727;
}
</style>
border-color css
<style>
span { border-color: #D5D727; }
span { border-color: rgb(213,215,39); }
td.TdClassName
{
border-color: #D5D727;
}
.TagClassName
{
border-color: #D5D727;
}
</style>