Shades of Bitter Lemon #D4DC47
Tints of Bitter Lemon #D4DC47
RGB
CMYK
RGB Variations
Color information
#D4DC47 (or 0xD4DC47) is known color: Bitter Lemon. HEX triplet: D4, DC and 47. RGB value is (212,220,71). Sum of RGB (Red+Green+Blue) = 212+220+71=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 71 (28.12% from 255 or 14.12% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DC47 is #2B23B8. Grayscale: #C9C9C9. Windows color (decimal): -2827193 or 4709588. OLE color: 4709588.
HSL color Cylindrical-coordinate representation of color #D4DC47: hue angle of 63.22º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D4DC47 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 71 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.14 |
| HSL | 63.22º | 0.68% | 0.57% | - |
| HSV(B) | 63.22º | 0.68% | 0.86% | - |
| XYZ | 53.88 | 65.64 | 15.79 | - |
| YUV | 200.62 | 54.85 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 71 | 0.04 | 0 | 0.68 | 0.14 | 63.22 | 0.68 | 0.57 |
| Hex | D4 | DC | 47 | 4 | 0 | 44 | E | 3F | 44 | 39 |
| Octal | 324 | 334 | 107 | 4 | 0 | 104 | 16 | 77 | 104 | 71 |
| Binary | 11010100 | 11011100 | 1000111 | 100 | 0 | 1000100 | 1110 | 111111 | 1000100 | 111001 |
Color Harmonies of #D4DC47
Complementary color
Monochromatic Colors of #D4DC47
Black with #D4DC47
Text Example
Text Example
White with #D4DC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC47; }
p { color: rgb(212,220,71); }
H1.HeaderClassName
{
color: #D4DC47;
}
.AnyTagClassName
{
color: #D4DC47;
}
</style>
background-color css
<style>
a { background-color: #D4DC47; }
a { background-color: rgb(212,220,71); }
div.DivClassName
{
background-color: #D4DC47;
}
.BgClassName
{
background-color: #D4DC47;
}
</style>
border-color css
<style>
span { border-color: #D4DC47; }
span { border-color: rgb(212,220,71); }
td.TdClassName
{
border-color: #D4DC47;
}
.TagClassName
{
border-color: #D4DC47;
}
</style>