Shades of Bitter Lemon #D7DC29
Tints of Bitter Lemon #D7DC29
RGB
CMYK
RGB Variations
Color information
#D7DC29 (or 0xD7DC29) is known color: Bitter Lemon. HEX triplet: D7, DC and 29. RGB value is (215,220,41). Sum of RGB (Red+Green+Blue) = 215+220+41=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 41 (16.41% from 255 or 8.61% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DC29 is #2823D6. Grayscale: #C6C6C6. Windows color (decimal): -2630615 or 2743511. OLE color: 2743511.
HSL color Cylindrical-coordinate representation of color #D7DC29: hue angle of 61.68º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7DC29 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 220 | 41 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.14 |
| HSL | 61.68º | 0.72% | 0.51% | - |
| HSV(B) | 61.68º | 0.81% | 0.86% | - |
| XYZ | 54.02 | 65.79 | 11.95 | - |
| YUV | 198.1 | 39.34 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 41 | 0.02 | 0 | 0.81 | 0.14 | 61.68 | 0.72 | 0.51 |
| Hex | D7 | DC | 29 | 2 | 0 | 51 | E | 3E | 48 | 33 |
| Octal | 327 | 334 | 51 | 2 | 0 | 121 | 16 | 76 | 110 | 63 |
| Binary | 11010111 | 11011100 | 101001 | 10 | 0 | 1010001 | 1110 | 111110 | 1001000 | 110011 |
Color Harmonies of #D7DC29
Complementary color
Monochromatic Colors of #D7DC29
Black with #D7DC29
Text Example
Text Example
White with #D7DC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DC29; }
p { color: rgb(215,220,41); }
H1.HeaderClassName
{
color: #D7DC29;
}
.AnyTagClassName
{
color: #D7DC29;
}
</style>
background-color css
<style>
a { background-color: #D7DC29; }
a { background-color: rgb(215,220,41); }
div.DivClassName
{
background-color: #D7DC29;
}
.BgClassName
{
background-color: #D7DC29;
}
</style>
border-color css
<style>
span { border-color: #D7DC29; }
span { border-color: rgb(215,220,41); }
td.TdClassName
{
border-color: #D7DC29;
}
.TagClassName
{
border-color: #D7DC29;
}
</style>