Shades of Bitter Lemon #D4DC45
Tints of Bitter Lemon #D4DC45
RGB
CMYK
RGB Variations
Color information
#D4DC45 (or 0xD4DC45) is known color: Bitter Lemon. HEX triplet: D4, DC and 45. RGB value is (212,220,69). Sum of RGB (Red+Green+Blue) = 212+220+69=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 69 (27.34% from 255 or 13.77% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DC45 is #2B23BA. Grayscale: #C8C8C8. Windows color (decimal): -2827195 or 4578516. OLE color: 4578516.
HSL color Cylindrical-coordinate representation of color #D4DC45: hue angle of 63.18º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4DC45 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 69 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.14 |
| HSL | 63.18º | 0.68% | 0.57% | - |
| HSV(B) | 63.18º | 0.69% | 0.86% | - |
| XYZ | 53.82 | 65.61 | 15.46 | - |
| YUV | 200.39 | 53.85 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 69 | 0.04 | 0 | 0.69 | 0.14 | 63.18 | 0.68 | 0.57 |
| Hex | D4 | DC | 45 | 4 | 0 | 45 | E | 3F | 44 | 39 |
| Octal | 324 | 334 | 105 | 4 | 0 | 105 | 16 | 77 | 104 | 71 |
| Binary | 11010100 | 11011100 | 1000101 | 100 | 0 | 1000101 | 1110 | 111111 | 1000100 | 111001 |
Color Harmonies of #D4DC45
Complementary color
Monochromatic Colors of #D4DC45
Black with #D4DC45
Text Example
Text Example
White with #D4DC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC45; }
p { color: rgb(212,220,69); }
H1.HeaderClassName
{
color: #D4DC45;
}
.AnyTagClassName
{
color: #D4DC45;
}
</style>
background-color css
<style>
a { background-color: #D4DC45; }
a { background-color: rgb(212,220,69); }
div.DivClassName
{
background-color: #D4DC45;
}
.BgClassName
{
background-color: #D4DC45;
}
</style>
border-color css
<style>
span { border-color: #D4DC45; }
span { border-color: rgb(212,220,69); }
td.TdClassName
{
border-color: #D4DC45;
}
.TagClassName
{
border-color: #D4DC45;
}
</style>