Shades of Bitter Lemon #D7D429
Tints of Bitter Lemon #D7D429
RGB
CMYK
RGB Variations
Color information
#D7D429 (or 0xD7D429) is known color: Bitter Lemon. HEX triplet: D7, D4 and 29. RGB value is (215,212,41). Sum of RGB (Red+Green+Blue) = 215+212+41=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 41 (16.41% from 255 or 8.76% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D429 is #282BD6. Grayscale: #C2C2C2. Windows color (decimal): -2632663 or 2741463. OLE color: 2741463.
HSL color Cylindrical-coordinate representation of color #D7D429: hue angle of 58.97º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7D429 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 41 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.16 |
| HSL | 58.97º | 0.69% | 0.5% | - |
| HSV(B) | 58.97º | 0.81% | 0.84% | - |
| XYZ | 51.97 | 61.69 | 11.27 | - |
| YUV | 193.4 | 41.99 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 41 | 0 | 0.01 | 0.81 | 0.16 | 58.97 | 0.69 | 0.5 |
| Hex | D7 | D4 | 29 | 0 | 1 | 51 | 10 | 3B | 45 | 32 |
| Octal | 327 | 324 | 51 | 0 | 1 | 121 | 20 | 73 | 105 | 62 |
| Binary | 11010111 | 11010100 | 101001 | 0 | 1 | 1010001 | 10000 | 111011 | 1000101 | 110010 |
Color Harmonies of #D7D429
Complementary color
Monochromatic Colors of #D7D429
Black with #D7D429
Text Example
Text Example
White with #D7D429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D429; }
p { color: rgb(215,212,41); }
H1.HeaderClassName
{
color: #D7D429;
}
.AnyTagClassName
{
color: #D7D429;
}
</style>
background-color css
<style>
a { background-color: #D7D429; }
a { background-color: rgb(215,212,41); }
div.DivClassName
{
background-color: #D7D429;
}
.BgClassName
{
background-color: #D7D429;
}
</style>
border-color css
<style>
span { border-color: #D7D429; }
span { border-color: rgb(215,212,41); }
td.TdClassName
{
border-color: #D7D429;
}
.TagClassName
{
border-color: #D7D429;
}
</style>