Shades of Bitter Lemon #D2D135
Tints of Bitter Lemon #D2D135
RGB
CMYK
RGB Variations
Color information
#D2D135 (or 0xD2D135) is known color: Bitter Lemon. HEX triplet: D2, D1 and 35. RGB value is (210,209,53). Sum of RGB (Red+Green+Blue) = 210+209+53=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 53 (21.09% from 255 or 11.23% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D135 is #2D2ECA. Grayscale: #C0C0C0. Windows color (decimal): -2961099 or 3527122. OLE color: 3527122.
HSL color Cylindrical-coordinate representation of color #D2D135: hue angle of 59.62º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2D135 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 209 | 53 | - |
| CMYK | 0 | 0.00 | 0.75 | 0.18 |
| HSL | 59.62º | 0.64% | 0.52% | - |
| HSV(B) | 59.62º | 0.75% | 0.82% | - |
| XYZ | 50.02 | 59.56 | 12.23 | - |
| YUV | 191.52 | 49.83 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 209 | 53 | 0 | 0.00 | 0.75 | 0.18 | 59.62 | 0.64 | 0.52 |
| Hex | D2 | D1 | 35 | 0 | 0 | 4B | 12 | 3C | 40 | 34 |
| Octal | 322 | 321 | 65 | 0 | 0 | 113 | 22 | 74 | 100 | 64 |
| Binary | 11010010 | 11010001 | 110101 | 0 | 0 | 1001011 | 10010 | 111100 | 1000000 | 110100 |
Color Harmonies of #D2D135
Complementary color
Monochromatic Colors of #D2D135
Black with #D2D135
Text Example
Text Example
White with #D2D135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D135; }
p { color: rgb(210,209,53); }
H1.HeaderClassName
{
color: #D2D135;
}
.AnyTagClassName
{
color: #D2D135;
}
</style>
background-color css
<style>
a { background-color: #D2D135; }
a { background-color: rgb(210,209,53); }
div.DivClassName
{
background-color: #D2D135;
}
.BgClassName
{
background-color: #D2D135;
}
</style>
border-color css
<style>
span { border-color: #D2D135; }
span { border-color: rgb(210,209,53); }
td.TdClassName
{
border-color: #D2D135;
}
.TagClassName
{
border-color: #D2D135;
}
</style>