Shades of Bitter Lemon #D6D923
Tints of Bitter Lemon #D6D923
RGB
CMYK
RGB Variations
Color information
#D6D923 (or 0xD6D923) is known color: Bitter Lemon. HEX triplet: D6, D9 and 23. RGB value is (214,217,35). Sum of RGB (Red+Green+Blue) = 214+217+35=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 35 (14.06% from 255 or 7.51% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D923 is #2926DC. Grayscale: #C4C4C4. Windows color (decimal): -2696925 or 2349526. OLE color: 2349526.
HSL color Cylindrical-coordinate representation of color #D6D923: hue angle of 60.99º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D6D923 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 217 | 35 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.15 |
| HSL | 60.99º | 0.72% | 0.49% | - |
| HSV(B) | 60.99º | 0.84% | 0.85% | - |
| XYZ | 52.85 | 64.04 | 11.17 | - |
| YUV | 195.36 | 37.51 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 217 | 35 | 0.01 | 0 | 0.84 | 0.15 | 60.99 | 0.72 | 0.49 |
| Hex | D6 | D9 | 23 | 1 | 0 | 54 | F | 3D | 48 | 31 |
| Octal | 326 | 331 | 43 | 1 | 0 | 124 | 17 | 75 | 110 | 61 |
| Binary | 11010110 | 11011001 | 100011 | 1 | 0 | 1010100 | 1111 | 111101 | 1001000 | 110001 |
Color Harmonies of #D6D923
Complementary color
Monochromatic Colors of #D6D923
Black with #D6D923
Text Example
Text Example
White with #D6D923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D923; }
p { color: rgb(214,217,35); }
H1.HeaderClassName
{
color: #D6D923;
}
.AnyTagClassName
{
color: #D6D923;
}
</style>
background-color css
<style>
a { background-color: #D6D923; }
a { background-color: rgb(214,217,35); }
div.DivClassName
{
background-color: #D6D923;
}
.BgClassName
{
background-color: #D6D923;
}
</style>
border-color css
<style>
span { border-color: #D6D923; }
span { border-color: rgb(214,217,35); }
td.TdClassName
{
border-color: #D6D923;
}
.TagClassName
{
border-color: #D6D923;
}
</style>