Shades of Bitter Lemon #D5D739
Tints of Bitter Lemon #D5D739
RGB
CMYK
RGB Variations
Color information
#D5D739 (or 0xD5D739) is known color: Bitter Lemon. HEX triplet: D5, D7 and 39. RGB value is (213,215,57). Sum of RGB (Red+Green+Blue) = 213+215+57=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 57 (22.66% from 255 or 11.75% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D739 is #2A28C6. Grayscale: #C5C5C5. Windows color (decimal): -2762951 or 3790805. OLE color: 3790805.
HSL color Cylindrical-coordinate representation of color #D5D739: hue angle of 60.76º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5D739 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 57 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.16 |
| HSL | 60.76º | 0.66% | 0.53% | - |
| HSV(B) | 60.76º | 0.73% | 0.84% | - |
| XYZ | 52.48 | 63.04 | 13.27 | - |
| YUV | 196.39 | 49.34 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 57 | 0.01 | 0 | 0.73 | 0.16 | 60.76 | 0.66 | 0.53 |
| Hex | D5 | D7 | 39 | 1 | 0 | 49 | 10 | 3D | 42 | 35 |
| Octal | 325 | 327 | 71 | 1 | 0 | 111 | 20 | 75 | 102 | 65 |
| Binary | 11010101 | 11010111 | 111001 | 1 | 0 | 1001001 | 10000 | 111101 | 1000010 | 110101 |
Color Harmonies of #D5D739
Complementary color
Monochromatic Colors of #D5D739
Black with #D5D739
Text Example
Text Example
White with #D5D739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D739; }
p { color: rgb(213,215,57); }
H1.HeaderClassName
{
color: #D5D739;
}
.AnyTagClassName
{
color: #D5D739;
}
</style>
background-color css
<style>
a { background-color: #D5D739; }
a { background-color: rgb(213,215,57); }
div.DivClassName
{
background-color: #D5D739;
}
.BgClassName
{
background-color: #D5D739;
}
</style>
border-color css
<style>
span { border-color: #D5D739; }
span { border-color: rgb(213,215,57); }
td.TdClassName
{
border-color: #D5D739;
}
.TagClassName
{
border-color: #D5D739;
}
</style>