Shades of Bitter Lemon #D0D835
Tints of Bitter Lemon #D0D835
RGB
CMYK
RGB Variations
Color information
#D0D835 (or 0xD0D835) is known color: Bitter Lemon. HEX triplet: D0, D8 and 35. RGB value is (208,216,53). Sum of RGB (Red+Green+Blue) = 208+216+53=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 53 (21.09% from 255 or 11.11% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D835 is #2F27CA. Grayscale: #C3C3C3. Windows color (decimal): -3090379 or 3528912. OLE color: 3528912.
HSL color Cylindrical-coordinate representation of color #D0D835: hue angle of 62.94º 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 #D0D835 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 216 | 53 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.15 |
| HSL | 62.94º | 0.68% | 0.53% | - |
| HSV(B) | 62.94º | 0.75% | 0.85% | - |
| XYZ | 51.21 | 62.78 | 12.79 | - |
| YUV | 195.03 | 47.85 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 53 | 0.04 | 0 | 0.75 | 0.15 | 62.94 | 0.68 | 0.53 |
| Hex | D0 | D8 | 35 | 4 | 0 | 4B | F | 3F | 44 | 35 |
| Octal | 320 | 330 | 65 | 4 | 0 | 113 | 17 | 77 | 104 | 65 |
| Binary | 11010000 | 11011000 | 110101 | 100 | 0 | 1001011 | 1111 | 111111 | 1000100 | 110101 |
Color Harmonies of #D0D835
Complementary color
Monochromatic Colors of #D0D835
Black with #D0D835
Text Example
Text Example
White with #D0D835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D835; }
p { color: rgb(208,216,53); }
H1.HeaderClassName
{
color: #D0D835;
}
.AnyTagClassName
{
color: #D0D835;
}
</style>
background-color css
<style>
a { background-color: #D0D835; }
a { background-color: rgb(208,216,53); }
div.DivClassName
{
background-color: #D0D835;
}
.BgClassName
{
background-color: #D0D835;
}
</style>
border-color css
<style>
span { border-color: #D0D835; }
span { border-color: rgb(208,216,53); }
td.TdClassName
{
border-color: #D0D835;
}
.TagClassName
{
border-color: #D0D835;
}
</style>