Shades of Bitter Lemon #D0DC39
Tints of Bitter Lemon #D0DC39
RGB
CMYK
RGB Variations
Color information
#D0DC39 (or 0xD0DC39) is known color: Bitter Lemon. HEX triplet: D0, DC and 39. RGB value is (208,220,57). Sum of RGB (Red+Green+Blue) = 208+220+57=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 57 (22.66% from 255 or 11.75% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DC39 is #2F23C6. Grayscale: #C6C6C6. Windows color (decimal): -3089351 or 3792080. OLE color: 3792080.
HSL color Cylindrical-coordinate representation of color #D0DC39: hue angle of 64.42º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0DC39 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 57 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.14 |
| HSL | 64.42º | 0.7% | 0.54% | - |
| HSV(B) | 64.42º | 0.74% | 0.86% | - |
| XYZ | 52.34 | 64.89 | 13.64 | - |
| YUV | 197.83 | 48.52 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 57 | 0.05 | 0 | 0.74 | 0.14 | 64.42 | 0.7 | 0.54 |
| Hex | D0 | DC | 39 | 5 | 0 | 4A | E | 40 | 46 | 36 |
| Octal | 320 | 334 | 71 | 5 | 0 | 112 | 16 | 100 | 106 | 66 |
| Binary | 11010000 | 11011100 | 111001 | 101 | 0 | 1001010 | 1110 | 1000000 | 1000110 | 110110 |
Color Harmonies of #D0DC39
Complementary color
Monochromatic Colors of #D0DC39
Black with #D0DC39
Text Example
Text Example
White with #D0DC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DC39; }
p { color: rgb(208,220,57); }
H1.HeaderClassName
{
color: #D0DC39;
}
.AnyTagClassName
{
color: #D0DC39;
}
</style>
background-color css
<style>
a { background-color: #D0DC39; }
a { background-color: rgb(208,220,57); }
div.DivClassName
{
background-color: #D0DC39;
}
.BgClassName
{
background-color: #D0DC39;
}
</style>
border-color css
<style>
span { border-color: #D0DC39; }
span { border-color: rgb(208,220,57); }
td.TdClassName
{
border-color: #D0DC39;
}
.TagClassName
{
border-color: #D0DC39;
}
</style>