Shades of Bitter Lemon #D0D937
Tints of Bitter Lemon #D0D937
RGB
CMYK
RGB Variations
Color information
#D0D937 (or 0xD0D937) is known color: Bitter Lemon. HEX triplet: D0, D9 and 37. RGB value is (208,217,55). Sum of RGB (Red+Green+Blue) = 208+217+55=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 55 (21.88% from 255 or 11.46% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D937 is #2F26C8. Grayscale: #C4C4C4. Windows color (decimal): -3090121 or 3660240. OLE color: 3660240.
HSL color Cylindrical-coordinate representation of color #D0D937: hue angle of 63.33º 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 #D0D937 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 217 | 55 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.15 |
| HSL | 63.33º | 0.68% | 0.53% | - |
| HSV(B) | 63.33º | 0.75% | 0.85% | - |
| XYZ | 51.51 | 63.31 | 13.12 | - |
| YUV | 195.84 | 48.52 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 217 | 55 | 0.04 | 0 | 0.75 | 0.15 | 63.33 | 0.68 | 0.53 |
| Hex | D0 | D9 | 37 | 4 | 0 | 4B | F | 3F | 44 | 35 |
| Octal | 320 | 331 | 67 | 4 | 0 | 113 | 17 | 77 | 104 | 65 |
| Binary | 11010000 | 11011001 | 110111 | 100 | 0 | 1001011 | 1111 | 111111 | 1000100 | 110101 |
Color Harmonies of #D0D937
Complementary color
Monochromatic Colors of #D0D937
Black with #D0D937
Text Example
Text Example
White with #D0D937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D937; }
p { color: rgb(208,217,55); }
H1.HeaderClassName
{
color: #D0D937;
}
.AnyTagClassName
{
color: #D0D937;
}
</style>
background-color css
<style>
a { background-color: #D0D937; }
a { background-color: rgb(208,217,55); }
div.DivClassName
{
background-color: #D0D937;
}
.BgClassName
{
background-color: #D0D937;
}
</style>
border-color css
<style>
span { border-color: #D0D937; }
span { border-color: rgb(208,217,55); }
td.TdClassName
{
border-color: #D0D937;
}
.TagClassName
{
border-color: #D0D937;
}
</style>