Shades of Bitter Lemon #D6D52C
Tints of Bitter Lemon #D6D52C
RGB
CMYK
RGB Variations
Color information
#D6D52C (or 0xD6D52C) is known color: Bitter Lemon. HEX triplet: D6, D5 and 2C. RGB value is (214,213,44). Sum of RGB (Red+Green+Blue) = 214+213+44=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D52C is #292AD3. Grayscale: #C2C2C2. Windows color (decimal): -2697940 or 2938326. OLE color: 2938326.
HSL color Cylindrical-coordinate representation of color #D6D52C: hue angle of 59.65º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6D52C is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 213 | 44 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.16 |
| HSL | 59.65º | 0.67% | 0.51% | - |
| HSV(B) | 59.65º | 0.79% | 0.84% | - |
| XYZ | 51.98 | 62.07 | 11.62 | - |
| YUV | 194.03 | 43.33 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 213 | 44 | 0 | 0.00 | 0.79 | 0.16 | 59.65 | 0.67 | 0.51 |
| Hex | D6 | D5 | 2C | 0 | 0 | 4F | 10 | 3C | 43 | 33 |
| Octal | 326 | 325 | 54 | 0 | 0 | 117 | 20 | 74 | 103 | 63 |
| Binary | 11010110 | 11010101 | 101100 | 0 | 0 | 1001111 | 10000 | 111100 | 1000011 | 110011 |
Color Harmonies of #D6D52C
Complementary color
Monochromatic Colors of #D6D52C
Black with #D6D52C
Text Example
Text Example
White with #D6D52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D52C; }
p { color: rgb(214,213,44); }
H1.HeaderClassName
{
color: #D6D52C;
}
.AnyTagClassName
{
color: #D6D52C;
}
</style>
background-color css
<style>
a { background-color: #D6D52C; }
a { background-color: rgb(214,213,44); }
div.DivClassName
{
background-color: #D6D52C;
}
.BgClassName
{
background-color: #D6D52C;
}
</style>
border-color css
<style>
span { border-color: #D6D52C; }
span { border-color: rgb(214,213,44); }
td.TdClassName
{
border-color: #D6D52C;
}
.TagClassName
{
border-color: #D6D52C;
}
</style>