Shades of Bitter Lemon #D2D927
Tints of Bitter Lemon #D2D927
RGB
CMYK
RGB Variations
Color information
#D2D927 (or 0xD2D927) is known color: Bitter Lemon. HEX triplet: D2, D9 and 27. RGB value is (210,217,39). Sum of RGB (Red+Green+Blue) = 210+217+39=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 39 (15.62% from 255 or 8.37% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D927 is #2D26D8. Grayscale: #C3C3C3. Windows color (decimal): -2959065 or 2611666. OLE color: 2611666.
HSL color Cylindrical-coordinate representation of color #D2D927: hue angle of 62.36º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2D927 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 217 | 39 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.15 |
| HSL | 62.36º | 0.7% | 0.5% | - |
| HSV(B) | 62.36º | 0.82% | 0.85% | - |
| XYZ | 51.76 | 63.47 | 11.44 | - |
| YUV | 194.62 | 40.18 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 217 | 39 | 0.03 | 0 | 0.82 | 0.15 | 62.36 | 0.7 | 0.5 |
| Hex | D2 | D9 | 27 | 3 | 0 | 52 | F | 3E | 46 | 32 |
| Octal | 322 | 331 | 47 | 3 | 0 | 122 | 17 | 76 | 106 | 62 |
| Binary | 11010010 | 11011001 | 100111 | 11 | 0 | 1010010 | 1111 | 111110 | 1000110 | 110010 |
Color Harmonies of #D2D927
Complementary color
Monochromatic Colors of #D2D927
Black with #D2D927
Text Example
Text Example
White with #D2D927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D927; }
p { color: rgb(210,217,39); }
H1.HeaderClassName
{
color: #D2D927;
}
.AnyTagClassName
{
color: #D2D927;
}
</style>
background-color css
<style>
a { background-color: #D2D927; }
a { background-color: rgb(210,217,39); }
div.DivClassName
{
background-color: #D2D927;
}
.BgClassName
{
background-color: #D2D927;
}
</style>
border-color css
<style>
span { border-color: #D2D927; }
span { border-color: rgb(210,217,39); }
td.TdClassName
{
border-color: #D2D927;
}
.TagClassName
{
border-color: #D2D927;
}
</style>