Shades of Bitter Lemon #D7DC31
Tints of Bitter Lemon #D7DC31
RGB
CMYK
RGB Variations
Color information
#D7DC31 (or 0xD7DC31) is known color: Bitter Lemon. HEX triplet: D7, DC and 31. RGB value is (215,220,49). Sum of RGB (Red+Green+Blue) = 215+220+49=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 49 (19.53% from 255 or 10.12% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DC31 is #2823CE. Grayscale: #C7C7C7. Windows color (decimal): -2630607 or 3267799. OLE color: 3267799.
HSL color Cylindrical-coordinate representation of color #D7DC31: hue angle of 61.75º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7DC31 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 220 | 49 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.14 |
| HSL | 61.75º | 0.71% | 0.53% | - |
| HSV(B) | 61.75º | 0.78% | 0.86% | - |
| XYZ | 54.17 | 65.86 | 12.76 | - |
| YUV | 199.01 | 43.34 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 49 | 0.02 | 0 | 0.78 | 0.14 | 61.75 | 0.71 | 0.53 |
| Hex | D7 | DC | 31 | 2 | 0 | 4E | E | 3E | 47 | 35 |
| Octal | 327 | 334 | 61 | 2 | 0 | 116 | 16 | 76 | 107 | 65 |
| Binary | 11010111 | 11011100 | 110001 | 10 | 0 | 1001110 | 1110 | 111110 | 1000111 | 110101 |
Color Harmonies of #D7DC31
Complementary color
Monochromatic Colors of #D7DC31
Black with #D7DC31
Text Example
Text Example
White with #D7DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DC31; }
p { color: rgb(215,220,49); }
H1.HeaderClassName
{
color: #D7DC31;
}
.AnyTagClassName
{
color: #D7DC31;
}
</style>
background-color css
<style>
a { background-color: #D7DC31; }
a { background-color: rgb(215,220,49); }
div.DivClassName
{
background-color: #D7DC31;
}
.BgClassName
{
background-color: #D7DC31;
}
</style>
border-color css
<style>
span { border-color: #D7DC31; }
span { border-color: rgb(215,220,49); }
td.TdClassName
{
border-color: #D7DC31;
}
.TagClassName
{
border-color: #D7DC31;
}
</style>