Shades of Bitter Lemon #D0D721
Tints of Bitter Lemon #D0D721
RGB
CMYK
RGB Variations
Color information
#D0D721 (or 0xD0D721) is known color: Bitter Lemon. HEX triplet: D0, D7 and 21. RGB value is (208,215,33). Sum of RGB (Red+Green+Blue) = 208+215+33=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 33 (13.28% from 255 or 7.24% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D721 is #2F28DE. Grayscale: #C0C0C0. Windows color (decimal): -3090655 or 2217936. OLE color: 2217936.
HSL color Cylindrical-coordinate representation of color #D0D721: hue angle of 62.31º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0D721 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 215 | 33 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.16 |
| HSL | 62.31º | 0.73% | 0.49% | - |
| HSV(B) | 62.31º | 0.85% | 0.84% | - |
| XYZ | 50.59 | 62.12 | 10.76 | - |
| YUV | 192.16 | 38.18 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 215 | 33 | 0.03 | 0 | 0.85 | 0.16 | 62.31 | 0.73 | 0.49 |
| Hex | D0 | D7 | 21 | 3 | 0 | 55 | 10 | 3E | 49 | 31 |
| Octal | 320 | 327 | 41 | 3 | 0 | 125 | 20 | 76 | 111 | 61 |
| Binary | 11010000 | 11010111 | 100001 | 11 | 0 | 1010101 | 10000 | 111110 | 1001001 | 110001 |
Color Harmonies of #D0D721
Complementary color
Monochromatic Colors of #D0D721
Black with #D0D721
Text Example
Text Example
White with #D0D721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D721; }
p { color: rgb(208,215,33); }
H1.HeaderClassName
{
color: #D0D721;
}
.AnyTagClassName
{
color: #D0D721;
}
</style>
background-color css
<style>
a { background-color: #D0D721; }
a { background-color: rgb(208,215,33); }
div.DivClassName
{
background-color: #D0D721;
}
.BgClassName
{
background-color: #D0D721;
}
</style>
border-color css
<style>
span { border-color: #D0D721; }
span { border-color: rgb(208,215,33); }
td.TdClassName
{
border-color: #D0D721;
}
.TagClassName
{
border-color: #D0D721;
}
</style>