Shades of Bitter Lemon #D2D935
Tints of Bitter Lemon #D2D935
RGB
CMYK
RGB Variations
Color information
#D2D935 (or 0xD2D935) is known color: Bitter Lemon. HEX triplet: D2, D9 and 35. RGB value is (210,217,53). Sum of RGB (Red+Green+Blue) = 210+217+53=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 53 (21.09% from 255 or 11.04% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D935 is #2D26CA. Grayscale: #C4C4C4. Windows color (decimal): -2959051 or 3529170. OLE color: 3529170.
HSL color Cylindrical-coordinate representation of color #D2D935: hue angle of 62.56º 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 #D2D935 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 217 | 53 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.15 |
| HSL | 62.56º | 0.68% | 0.53% | - |
| HSV(B) | 62.56º | 0.76% | 0.85% | - |
| XYZ | 52.03 | 63.58 | 12.9 | - |
| YUV | 196.21 | 47.18 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 217 | 53 | 0.03 | 0 | 0.76 | 0.15 | 62.56 | 0.68 | 0.53 |
| Hex | D2 | D9 | 35 | 3 | 0 | 4C | F | 3F | 44 | 35 |
| Octal | 322 | 331 | 65 | 3 | 0 | 114 | 17 | 77 | 104 | 65 |
| Binary | 11010010 | 11011001 | 110101 | 11 | 0 | 1001100 | 1111 | 111111 | 1000100 | 110101 |
Color Harmonies of #D2D935
Complementary color
Monochromatic Colors of #D2D935
Black with #D2D935
Text Example
Text Example
White with #D2D935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D935; }
p { color: rgb(210,217,53); }
H1.HeaderClassName
{
color: #D2D935;
}
.AnyTagClassName
{
color: #D2D935;
}
</style>
background-color css
<style>
a { background-color: #D2D935; }
a { background-color: rgb(210,217,53); }
div.DivClassName
{
background-color: #D2D935;
}
.BgClassName
{
background-color: #D2D935;
}
</style>
border-color css
<style>
span { border-color: #D2D935; }
span { border-color: rgb(210,217,53); }
td.TdClassName
{
border-color: #D2D935;
}
.TagClassName
{
border-color: #D2D935;
}
</style>