Shades of Bitter Lemon #D0DD3F
Tints of Bitter Lemon #D0DD3F
RGB
CMYK
RGB Variations
Color information
#D0DD3F (or 0xD0DD3F) is known color: Bitter Lemon. HEX triplet: D0, DD and 3F. RGB value is (208,221,63). Sum of RGB (Red+Green+Blue) = 208+221+63=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 63 (25% from 255 or 12.80% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DD3F is #2F22C0. Grayscale: #C7C7C7. Windows color (decimal): -3089089 or 4185552. OLE color: 4185552.
HSL color Cylindrical-coordinate representation of color #D0DD3F: hue angle of 64.94º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0DD3F is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 63 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.13 |
| HSL | 64.94º | 0.7% | 0.56% | - |
| HSV(B) | 64.94º | 0.71% | 0.87% | - |
| XYZ | 52.77 | 65.48 | 14.56 | - |
| YUV | 199.1 | 51.19 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 63 | 0.06 | 0 | 0.71 | 0.13 | 64.94 | 0.7 | 0.56 |
| Hex | D0 | DD | 3F | 6 | 0 | 47 | D | 41 | 46 | 38 |
| Octal | 320 | 335 | 77 | 6 | 0 | 107 | 15 | 101 | 106 | 70 |
| Binary | 11010000 | 11011101 | 111111 | 110 | 0 | 1000111 | 1101 | 1000001 | 1000110 | 111000 |
Color Harmonies of #D0DD3F
Complementary color
Monochromatic Colors of #D0DD3F
Black with #D0DD3F
Text Example
Text Example
White with #D0DD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD3F; }
p { color: rgb(208,221,63); }
H1.HeaderClassName
{
color: #D0DD3F;
}
.AnyTagClassName
{
color: #D0DD3F;
}
</style>
background-color css
<style>
a { background-color: #D0DD3F; }
a { background-color: rgb(208,221,63); }
div.DivClassName
{
background-color: #D0DD3F;
}
.BgClassName
{
background-color: #D0DD3F;
}
</style>
border-color css
<style>
span { border-color: #D0DD3F; }
span { border-color: rgb(208,221,63); }
td.TdClassName
{
border-color: #D0DD3F;
}
.TagClassName
{
border-color: #D0DD3F;
}
</style>