Shades of Bitter Lemon #D6D935
Tints of Bitter Lemon #D6D935
RGB
CMYK
RGB Variations
Color information
#D6D935 (or 0xD6D935) is known color: Bitter Lemon. HEX triplet: D6, D9 and 35. RGB value is (214,217,53). Sum of RGB (Red+Green+Blue) = 214+217+53=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 53 (21.09% from 255 or 10.95% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D935 is #2926CA. Grayscale: #C6C6C6. Windows color (decimal): -2696907 or 3529174. OLE color: 3529174.
HSL color Cylindrical-coordinate representation of color #D6D935: hue angle of 61.1º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6D935 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 217 | 53 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.15 |
| HSL | 61.1º | 0.68% | 0.53% | - |
| HSV(B) | 61.1º | 0.76% | 0.85% | - |
| XYZ | 53.19 | 64.18 | 12.95 | - |
| YUV | 197.41 | 46.51 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 217 | 53 | 0.01 | 0 | 0.76 | 0.15 | 61.1 | 0.68 | 0.53 |
| Hex | D6 | D9 | 35 | 1 | 0 | 4C | F | 3D | 44 | 35 |
| Octal | 326 | 331 | 65 | 1 | 0 | 114 | 17 | 75 | 104 | 65 |
| Binary | 11010110 | 11011001 | 110101 | 1 | 0 | 1001100 | 1111 | 111101 | 1000100 | 110101 |
Color Harmonies of #D6D935
Complementary color
Monochromatic Colors of #D6D935
Black with #D6D935
Text Example
Text Example
White with #D6D935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D935; }
p { color: rgb(214,217,53); }
H1.HeaderClassName
{
color: #D6D935;
}
.AnyTagClassName
{
color: #D6D935;
}
</style>
background-color css
<style>
a { background-color: #D6D935; }
a { background-color: rgb(214,217,53); }
div.DivClassName
{
background-color: #D6D935;
}
.BgClassName
{
background-color: #D6D935;
}
</style>
border-color css
<style>
span { border-color: #D6D935; }
span { border-color: rgb(214,217,53); }
td.TdClassName
{
border-color: #D6D935;
}
.TagClassName
{
border-color: #D6D935;
}
</style>