Shades of Bitter Lemon #D5D935
Tints of Bitter Lemon #D5D935
RGB
CMYK
RGB Variations
Color information
#D5D935 (or 0xD5D935) is known color: Bitter Lemon. HEX triplet: D5, D9 and 35. RGB value is (213,217,53). Sum of RGB (Red+Green+Blue) = 213+217+53=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D935 is #2A26CA. Grayscale: #C5C5C5. Windows color (decimal): -2762443 or 3529173. OLE color: 3529173.
HSL color Cylindrical-coordinate representation of color #D5D935: hue angle of 61.46º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5D935 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 217 | 53 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.15 |
| HSL | 61.46º | 0.68% | 0.53% | - |
| HSV(B) | 61.46º | 0.76% | 0.85% | - |
| XYZ | 52.9 | 64.03 | 12.94 | - |
| YUV | 197.11 | 46.67 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 217 | 53 | 0.02 | 0 | 0.76 | 0.15 | 61.46 | 0.68 | 0.53 |
| Hex | D5 | D9 | 35 | 2 | 0 | 4C | F | 3D | 44 | 35 |
| Octal | 325 | 331 | 65 | 2 | 0 | 114 | 17 | 75 | 104 | 65 |
| Binary | 11010101 | 11011001 | 110101 | 10 | 0 | 1001100 | 1111 | 111101 | 1000100 | 110101 |
Color Harmonies of #D5D935
Complementary color
Monochromatic Colors of #D5D935
Black with #D5D935
Text Example
Text Example
White with #D5D935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D935; }
p { color: rgb(213,217,53); }
H1.HeaderClassName
{
color: #D5D935;
}
.AnyTagClassName
{
color: #D5D935;
}
</style>
background-color css
<style>
a { background-color: #D5D935; }
a { background-color: rgb(213,217,53); }
div.DivClassName
{
background-color: #D5D935;
}
.BgClassName
{
background-color: #D5D935;
}
</style>
border-color css
<style>
span { border-color: #D5D935; }
span { border-color: rgb(213,217,53); }
td.TdClassName
{
border-color: #D5D935;
}
.TagClassName
{
border-color: #D5D935;
}
</style>