Shades of Bitter Lemon #D0D128
Tints of Bitter Lemon #D0D128
RGB
CMYK
RGB Variations
Color information
#D0D128 (or 0xD0D128) is known color: Bitter Lemon. HEX triplet: D0, D1 and 28. RGB value is (208,209,40). Sum of RGB (Red+Green+Blue) = 208+209+40=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D128 is #2F2ED7. Grayscale: #BEBEBE. Windows color (decimal): -3092184 or 2675152. OLE color: 2675152.
HSL color Cylindrical-coordinate representation of color #D0D128: hue angle of 60.36º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0D128 is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 40 | - |
| CMYK | 0.00 | 0 | 0.81 | 0.18 |
| HSL | 60.36º | 0.68% | 0.49% | - |
| HSV(B) | 60.36º | 0.81% | 0.82% | - |
| XYZ | 49.2 | 59.16 | 10.83 | - |
| YUV | 189.44 | 43.67 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 40 | 0.00 | 0 | 0.81 | 0.18 | 60.36 | 0.68 | 0.49 |
| Hex | D0 | D1 | 28 | 0 | 0 | 51 | 12 | 3C | 44 | 31 |
| Octal | 320 | 321 | 50 | 0 | 0 | 121 | 22 | 74 | 104 | 61 |
| Binary | 11010000 | 11010001 | 101000 | 0 | 0 | 1010001 | 10010 | 111100 | 1000100 | 110001 |
Color Harmonies of #D0D128
Complementary color
Monochromatic Colors of #D0D128
Black with #D0D128
Text Example
Text Example
White with #D0D128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D128; }
p { color: rgb(208,209,40); }
H1.HeaderClassName
{
color: #D0D128;
}
.AnyTagClassName
{
color: #D0D128;
}
</style>
background-color css
<style>
a { background-color: #D0D128; }
a { background-color: rgb(208,209,40); }
div.DivClassName
{
background-color: #D0D128;
}
.BgClassName
{
background-color: #D0D128;
}
</style>
border-color css
<style>
span { border-color: #D0D128; }
span { border-color: rgb(208,209,40); }
td.TdClassName
{
border-color: #D0D128;
}
.TagClassName
{
border-color: #D0D128;
}
</style>