Shades of Bitter Lemon #D7D42C
Tints of Bitter Lemon #D7D42C
RGB
CMYK
RGB Variations
Color information
#D7D42C (or 0xD7D42C) is known color: Bitter Lemon. HEX triplet: D7, D4 and 2C. RGB value is (215,212,44). Sum of RGB (Red+Green+Blue) = 215+212+44=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D42C is #282BD3. Grayscale: #C2C2C2. Windows color (decimal): -2632660 or 2938071. OLE color: 2938071.
HSL color Cylindrical-coordinate representation of color #D7D42C: hue angle of 58.95º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7D42C is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 44 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.16 |
| HSL | 58.95º | 0.68% | 0.51% | - |
| HSV(B) | 58.95º | 0.8% | 0.84% | - |
| XYZ | 52.02 | 61.72 | 11.55 | - |
| YUV | 193.75 | 43.49 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 44 | 0 | 0.01 | 0.80 | 0.16 | 58.95 | 0.68 | 0.51 |
| Hex | D7 | D4 | 2C | 0 | 1 | 50 | 10 | 3B | 44 | 33 |
| Octal | 327 | 324 | 54 | 0 | 1 | 120 | 20 | 73 | 104 | 63 |
| Binary | 11010111 | 11010100 | 101100 | 0 | 1 | 1010000 | 10000 | 111011 | 1000100 | 110011 |
Color Harmonies of #D7D42C
Complementary color
Monochromatic Colors of #D7D42C
Black with #D7D42C
Text Example
Text Example
White with #D7D42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D42C; }
p { color: rgb(215,212,44); }
H1.HeaderClassName
{
color: #D7D42C;
}
.AnyTagClassName
{
color: #D7D42C;
}
</style>
background-color css
<style>
a { background-color: #D7D42C; }
a { background-color: rgb(215,212,44); }
div.DivClassName
{
background-color: #D7D42C;
}
.BgClassName
{
background-color: #D7D42C;
}
</style>
border-color css
<style>
span { border-color: #D7D42C; }
span { border-color: rgb(215,212,44); }
td.TdClassName
{
border-color: #D7D42C;
}
.TagClassName
{
border-color: #D7D42C;
}
</style>