Shades of Bitter Lemon #D7D528
Tints of Bitter Lemon #D7D528
RGB
CMYK
RGB Variations
Color information
#D7D528 (or 0xD7D528) is known color: Bitter Lemon. HEX triplet: D7, D5 and 28. RGB value is (215,213,40). Sum of RGB (Red+Green+Blue) = 215+213+40=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 40 (16.02% from 255 or 8.55% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D528 is #282AD7. Grayscale: #C2C2C2. Windows color (decimal): -2632408 or 2676183. OLE color: 2676183.
HSL color Cylindrical-coordinate representation of color #D7D528: hue angle of 59.31º 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 #D7D528 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 213 | 40 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.16 |
| HSL | 59.31º | 0.69% | 0.5% | - |
| HSV(B) | 59.31º | 0.81% | 0.84% | - |
| XYZ | 52.2 | 62.19 | 11.26 | - |
| YUV | 193.88 | 41.16 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 213 | 40 | 0 | 0.01 | 0.81 | 0.16 | 59.31 | 0.69 | 0.5 |
| Hex | D7 | D5 | 28 | 0 | 1 | 51 | 10 | 3B | 45 | 32 |
| Octal | 327 | 325 | 50 | 0 | 1 | 121 | 20 | 73 | 105 | 62 |
| Binary | 11010111 | 11010101 | 101000 | 0 | 1 | 1010001 | 10000 | 111011 | 1000101 | 110010 |
Color Harmonies of #D7D528
Complementary color
Monochromatic Colors of #D7D528
Black with #D7D528
Text Example
Text Example
White with #D7D528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D528; }
p { color: rgb(215,213,40); }
H1.HeaderClassName
{
color: #D7D528;
}
.AnyTagClassName
{
color: #D7D528;
}
</style>
background-color css
<style>
a { background-color: #D7D528; }
a { background-color: rgb(215,213,40); }
div.DivClassName
{
background-color: #D7D528;
}
.BgClassName
{
background-color: #D7D528;
}
</style>
border-color css
<style>
span { border-color: #D7D528; }
span { border-color: rgb(215,213,40); }
td.TdClassName
{
border-color: #D7D528;
}
.TagClassName
{
border-color: #D7D528;
}
</style>