Shades of Bitter Lemon #D0D640
Tints of Bitter Lemon #D0D640
RGB
CMYK
RGB Variations
Color information
#D0D640 (or 0xD0D640) is known color: Bitter Lemon. HEX triplet: D0, D6 and 40. RGB value is (208,214,64). Sum of RGB (Red+Green+Blue) = 208+214+64=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 64 (25.39% from 255 or 13.17% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D640 is #2F29BF. Grayscale: #C3C3C3. Windows color (decimal): -3090880 or 4249296. OLE color: 4249296.
HSL color Cylindrical-coordinate representation of color #D0D640: hue angle of 62.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0D640 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 64 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.16 |
| HSL | 62.4º | 0.65% | 0.55% | - |
| HSV(B) | 62.4º | 0.7% | 0.84% | - |
| XYZ | 50.98 | 61.87 | 14.11 | - |
| YUV | 195.11 | 54.01 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 64 | 0.03 | 0 | 0.70 | 0.16 | 62.4 | 0.65 | 0.55 |
| Hex | D0 | D6 | 40 | 3 | 0 | 46 | 10 | 3E | 41 | 37 |
| Octal | 320 | 326 | 100 | 3 | 0 | 106 | 20 | 76 | 101 | 67 |
| Binary | 11010000 | 11010110 | 1000000 | 11 | 0 | 1000110 | 10000 | 111110 | 1000001 | 110111 |
Color Harmonies of #D0D640
Complementary color
Monochromatic Colors of #D0D640
Black with #D0D640
Text Example
Text Example
White with #D0D640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D640; }
p { color: rgb(208,214,64); }
H1.HeaderClassName
{
color: #D0D640;
}
.AnyTagClassName
{
color: #D0D640;
}
</style>
background-color css
<style>
a { background-color: #D0D640; }
a { background-color: rgb(208,214,64); }
div.DivClassName
{
background-color: #D0D640;
}
.BgClassName
{
background-color: #D0D640;
}
</style>
border-color css
<style>
span { border-color: #D0D640; }
span { border-color: rgb(208,214,64); }
td.TdClassName
{
border-color: #D0D640;
}
.TagClassName
{
border-color: #D0D640;
}
</style>