Shades of Bitter Lemon #D2D930
Tints of Bitter Lemon #D2D930
RGB
CMYK
RGB Variations
Color information
#D2D930 (or 0xD2D930) is known color: Bitter Lemon. HEX triplet: D2, D9 and 30. RGB value is (210,217,48). Sum of RGB (Red+Green+Blue) = 210+217+48=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 48 (19.14% from 255 or 10.11% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D930 is #2D26CF. Grayscale: #C4C4C4. Windows color (decimal): -2959056 or 3201490. OLE color: 3201490.
HSL color Cylindrical-coordinate representation of color #D2D930: hue angle of 62.49º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2D930 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 217 | 48 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.15 |
| HSL | 62.49º | 0.69% | 0.52% | - |
| HSV(B) | 62.49º | 0.78% | 0.85% | - |
| XYZ | 51.92 | 63.54 | 12.32 | - |
| YUV | 195.64 | 44.68 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 217 | 48 | 0.03 | 0 | 0.78 | 0.15 | 62.49 | 0.69 | 0.52 |
| Hex | D2 | D9 | 30 | 3 | 0 | 4E | F | 3E | 45 | 34 |
| Octal | 322 | 331 | 60 | 3 | 0 | 116 | 17 | 76 | 105 | 64 |
| Binary | 11010010 | 11011001 | 110000 | 11 | 0 | 1001110 | 1111 | 111110 | 1000101 | 110100 |
Color Harmonies of #D2D930
Complementary color
Monochromatic Colors of #D2D930
Black with #D2D930
Text Example
Text Example
White with #D2D930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D930; }
p { color: rgb(210,217,48); }
H1.HeaderClassName
{
color: #D2D930;
}
.AnyTagClassName
{
color: #D2D930;
}
</style>
background-color css
<style>
a { background-color: #D2D930; }
a { background-color: rgb(210,217,48); }
div.DivClassName
{
background-color: #D2D930;
}
.BgClassName
{
background-color: #D2D930;
}
</style>
border-color css
<style>
span { border-color: #D2D930; }
span { border-color: rgb(210,217,48); }
td.TdClassName
{
border-color: #D2D930;
}
.TagClassName
{
border-color: #D2D930;
}
</style>