Shades of Bitter Lemon #D7DF3F
Tints of Bitter Lemon #D7DF3F
RGB
CMYK
RGB Variations
Color information
#D7DF3F (or 0xD7DF3F) is known color: Bitter Lemon. HEX triplet: D7, DF and 3F. RGB value is (215,223,63). Sum of RGB (Red+Green+Blue) = 215+223+63=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DF3F is #2820C0. Grayscale: #CBCBCB. Windows color (decimal): -2629825 or 4186071. OLE color: 4186071.
HSL color Cylindrical-coordinate representation of color #D7DF3F: hue angle of 63º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D7DF3F is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 223 | 63 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.13 |
| HSL | 63º | 0.71% | 0.56% | - |
| HSV(B) | 63º | 0.72% | 0.87% | - |
| XYZ | 55.31 | 67.58 | 14.83 | - |
| YUV | 202.37 | 49.35 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 223 | 63 | 0.04 | 0 | 0.72 | 0.13 | 63 | 0.71 | 0.56 |
| Hex | D7 | DF | 3F | 4 | 0 | 48 | D | 3F | 47 | 38 |
| Octal | 327 | 337 | 77 | 4 | 0 | 110 | 15 | 77 | 107 | 70 |
| Binary | 11010111 | 11011111 | 111111 | 100 | 0 | 1001000 | 1101 | 111111 | 1000111 | 111000 |
Color Harmonies of #D7DF3F
Complementary color
Monochromatic Colors of #D7DF3F
Black with #D7DF3F
Text Example
Text Example
White with #D7DF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DF3F; }
p { color: rgb(215,223,63); }
H1.HeaderClassName
{
color: #D7DF3F;
}
.AnyTagClassName
{
color: #D7DF3F;
}
</style>
background-color css
<style>
a { background-color: #D7DF3F; }
a { background-color: rgb(215,223,63); }
div.DivClassName
{
background-color: #D7DF3F;
}
.BgClassName
{
background-color: #D7DF3F;
}
</style>
border-color css
<style>
span { border-color: #D7DF3F; }
span { border-color: rgb(215,223,63); }
td.TdClassName
{
border-color: #D7DF3F;
}
.TagClassName
{
border-color: #D7DF3F;
}
</style>