Shades of Bitter Lemon #D0D62B
Tints of Bitter Lemon #D0D62B
RGB
CMYK
RGB Variations
Color information
#D0D62B (or 0xD0D62B) is known color: Bitter Lemon. HEX triplet: D0, D6 and 2B. RGB value is (208,214,43). Sum of RGB (Red+Green+Blue) = 208+214+43=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 43 (17.19% from 255 or 9.25% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D62B is #2F29D4. Grayscale: #C1C1C1. Windows color (decimal): -3090901 or 2873040. OLE color: 2873040.
HSL color Cylindrical-coordinate representation of color #D0D62B: hue angle of 62.11º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0D62B is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 43 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.16 |
| HSL | 62.11º | 0.68% | 0.5% | - |
| HSV(B) | 62.11º | 0.8% | 0.84% | - |
| XYZ | 50.5 | 61.68 | 11.53 | - |
| YUV | 192.71 | 43.51 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 43 | 0.03 | 0 | 0.80 | 0.16 | 62.11 | 0.68 | 0.5 |
| Hex | D0 | D6 | 2B | 3 | 0 | 50 | 10 | 3E | 44 | 32 |
| Octal | 320 | 326 | 53 | 3 | 0 | 120 | 20 | 76 | 104 | 62 |
| Binary | 11010000 | 11010110 | 101011 | 11 | 0 | 1010000 | 10000 | 111110 | 1000100 | 110010 |
Color Harmonies of #D0D62B
Complementary color
Monochromatic Colors of #D0D62B
Black with #D0D62B
Text Example
Text Example
White with #D0D62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D62B; }
p { color: rgb(208,214,43); }
H1.HeaderClassName
{
color: #D0D62B;
}
.AnyTagClassName
{
color: #D0D62B;
}
</style>
background-color css
<style>
a { background-color: #D0D62B; }
a { background-color: rgb(208,214,43); }
div.DivClassName
{
background-color: #D0D62B;
}
.BgClassName
{
background-color: #D0D62B;
}
</style>
border-color css
<style>
span { border-color: #D0D62B; }
span { border-color: rgb(208,214,43); }
td.TdClassName
{
border-color: #D0D62B;
}
.TagClassName
{
border-color: #D0D62B;
}
</style>