Shades of Bitter Lemon #D0D131
Tints of Bitter Lemon #D0D131
RGB
CMYK
RGB Variations
Color information
#D0D131 (or 0xD0D131) is known color: Bitter Lemon. HEX triplet: D0, D1 and 31. RGB value is (208,209,49). Sum of RGB (Red+Green+Blue) = 208+209+49=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D131 is #2F2ECE. Grayscale: #BFBFBF. Windows color (decimal): -3092175 or 3264976. OLE color: 3264976.
HSL color Cylindrical-coordinate representation of color #D0D131: hue angle of 60.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0D131 is Cyan = 0.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 49 | - |
| CMYK | 0.00 | 0 | 0.77 | 0.18 |
| HSL | 60.38º | 0.63% | 0.51% | - |
| HSV(B) | 60.38º | 0.77% | 0.82% | - |
| XYZ | 49.37 | 59.23 | 11.74 | - |
| YUV | 190.46 | 48.17 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 49 | 0.00 | 0 | 0.77 | 0.18 | 60.38 | 0.63 | 0.51 |
| Hex | D0 | D1 | 31 | 0 | 0 | 4D | 12 | 3C | 3F | 33 |
| Octal | 320 | 321 | 61 | 0 | 0 | 115 | 22 | 74 | 77 | 63 |
| Binary | 11010000 | 11010001 | 110001 | 0 | 0 | 1001101 | 10010 | 111100 | 111111 | 110011 |
Color Harmonies of #D0D131
Complementary color
Monochromatic Colors of #D0D131
Black with #D0D131
Text Example
Text Example
White with #D0D131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D131; }
p { color: rgb(208,209,49); }
H1.HeaderClassName
{
color: #D0D131;
}
.AnyTagClassName
{
color: #D0D131;
}
</style>
background-color css
<style>
a { background-color: #D0D131; }
a { background-color: rgb(208,209,49); }
div.DivClassName
{
background-color: #D0D131;
}
.BgClassName
{
background-color: #D0D131;
}
</style>
border-color css
<style>
span { border-color: #D0D131; }
span { border-color: rgb(208,209,49); }
td.TdClassName
{
border-color: #D0D131;
}
.TagClassName
{
border-color: #D0D131;
}
</style>