Shades of Bitter Lemon #D0D834
Tints of Bitter Lemon #D0D834
RGB
CMYK
RGB Variations
Color information
#D0D834 (or 0xD0D834) is known color: Bitter Lemon. HEX triplet: D0, D8 and 34. RGB value is (208,216,52). Sum of RGB (Red+Green+Blue) = 208+216+52=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 52 (20.70% from 255 or 10.92% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D834 is #2F27CB. Grayscale: #C3C3C3. Windows color (decimal): -3090380 or 3463376. OLE color: 3463376.
HSL color Cylindrical-coordinate representation of color #D0D834: hue angle of 62.93º 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 #D0D834 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 216 | 52 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.15 |
| HSL | 62.93º | 0.68% | 0.53% | - |
| HSV(B) | 62.93º | 0.76% | 0.85% | - |
| XYZ | 51.19 | 62.77 | 12.67 | - |
| YUV | 194.91 | 47.35 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 52 | 0.04 | 0 | 0.76 | 0.15 | 62.93 | 0.68 | 0.53 |
| Hex | D0 | D8 | 34 | 4 | 0 | 4C | F | 3F | 44 | 35 |
| Octal | 320 | 330 | 64 | 4 | 0 | 114 | 17 | 77 | 104 | 65 |
| Binary | 11010000 | 11011000 | 110100 | 100 | 0 | 1001100 | 1111 | 111111 | 1000100 | 110101 |
Color Harmonies of #D0D834
Complementary color
Monochromatic Colors of #D0D834
Black with #D0D834
Text Example
Text Example
White with #D0D834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D834; }
p { color: rgb(208,216,52); }
H1.HeaderClassName
{
color: #D0D834;
}
.AnyTagClassName
{
color: #D0D834;
}
</style>
background-color css
<style>
a { background-color: #D0D834; }
a { background-color: rgb(208,216,52); }
div.DivClassName
{
background-color: #D0D834;
}
.BgClassName
{
background-color: #D0D834;
}
</style>
border-color css
<style>
span { border-color: #D0D834; }
span { border-color: rgb(208,216,52); }
td.TdClassName
{
border-color: #D0D834;
}
.TagClassName
{
border-color: #D0D834;
}
</style>