Shades of Bitter Lemon #D7DF3C
Tints of Bitter Lemon #D7DF3C
RGB
CMYK
RGB Variations
Color information
#D7DF3C (or 0xD7DF3C) is known color: Bitter Lemon. HEX triplet: D7, DF and 3C. RGB value is (215,223,60). Sum of RGB (Red+Green+Blue) = 215+223+60=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 60 (23.83% from 255 or 12.05% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DF3C is #2820C3. Grayscale: #CACACA. Windows color (decimal): -2629828 or 3989463. OLE color: 3989463.
HSL color Cylindrical-coordinate representation of color #D7DF3C: hue angle of 62.94º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7DF3C is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 223 | 60 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.13 |
| HSL | 62.94º | 0.72% | 0.55% | - |
| HSV(B) | 62.94º | 0.73% | 0.87% | - |
| XYZ | 55.23 | 67.55 | 14.4 | - |
| YUV | 202.03 | 47.85 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 223 | 60 | 0.04 | 0 | 0.73 | 0.13 | 62.94 | 0.72 | 0.55 |
| Hex | D7 | DF | 3C | 4 | 0 | 49 | D | 3F | 48 | 37 |
| Octal | 327 | 337 | 74 | 4 | 0 | 111 | 15 | 77 | 110 | 67 |
| Binary | 11010111 | 11011111 | 111100 | 100 | 0 | 1001001 | 1101 | 111111 | 1001000 | 110111 |
Color Harmonies of #D7DF3C
Complementary color
Monochromatic Colors of #D7DF3C
Black with #D7DF3C
Text Example
Text Example
White with #D7DF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DF3C; }
p { color: rgb(215,223,60); }
H1.HeaderClassName
{
color: #D7DF3C;
}
.AnyTagClassName
{
color: #D7DF3C;
}
</style>
background-color css
<style>
a { background-color: #D7DF3C; }
a { background-color: rgb(215,223,60); }
div.DivClassName
{
background-color: #D7DF3C;
}
.BgClassName
{
background-color: #D7DF3C;
}
</style>
border-color css
<style>
span { border-color: #D7DF3C; }
span { border-color: rgb(215,223,60); }
td.TdClassName
{
border-color: #D7DF3C;
}
.TagClassName
{
border-color: #D7DF3C;
}
</style>