Shades of Bitter Lemon #D6D528
Tints of Bitter Lemon #D6D528
RGB
CMYK
RGB Variations
Color information
#D6D528 (or 0xD6D528) is known color: Bitter Lemon. HEX triplet: D6, D5 and 28. RGB value is (214,213,40). Sum of RGB (Red+Green+Blue) = 214+213+40=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 40 (16.02% from 255 or 8.57% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D528 is #292AD7. Grayscale: #C2C2C2. Windows color (decimal): -2697944 or 2676182. OLE color: 2676182.
HSL color Cylindrical-coordinate representation of color #D6D528: hue angle of 59.66º 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 #D6D528 is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 213 | 40 | - |
| CMYK | 0 | 0.00 | 0.81 | 0.16 |
| HSL | 59.66º | 0.69% | 0.5% | - |
| HSV(B) | 59.66º | 0.81% | 0.84% | - |
| XYZ | 51.91 | 62.04 | 11.25 | - |
| YUV | 193.58 | 41.33 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 213 | 40 | 0 | 0.00 | 0.81 | 0.16 | 59.66 | 0.69 | 0.5 |
| Hex | D6 | D5 | 28 | 0 | 0 | 51 | 10 | 3C | 45 | 32 |
| Octal | 326 | 325 | 50 | 0 | 0 | 121 | 20 | 74 | 105 | 62 |
| Binary | 11010110 | 11010101 | 101000 | 0 | 0 | 1010001 | 10000 | 111100 | 1000101 | 110010 |
Color Harmonies of #D6D528
Complementary color
Monochromatic Colors of #D6D528
Black with #D6D528
Text Example
Text Example
White with #D6D528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D528; }
p { color: rgb(214,213,40); }
H1.HeaderClassName
{
color: #D6D528;
}
.AnyTagClassName
{
color: #D6D528;
}
</style>
background-color css
<style>
a { background-color: #D6D528; }
a { background-color: rgb(214,213,40); }
div.DivClassName
{
background-color: #D6D528;
}
.BgClassName
{
background-color: #D6D528;
}
</style>
border-color css
<style>
span { border-color: #D6D528; }
span { border-color: rgb(214,213,40); }
td.TdClassName
{
border-color: #D6D528;
}
.TagClassName
{
border-color: #D6D528;
}
</style>