Shades of Bitter Lemon #D2D42C
Tints of Bitter Lemon #D2D42C
RGB
CMYK
RGB Variations
Color information
#D2D42C (or 0xD2D42C) is known color: Bitter Lemon. HEX triplet: D2, D4 and 2C. RGB value is (210,212,44). Sum of RGB (Red+Green+Blue) = 210+212+44=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 44 (17.58% from 255 or 9.44% from 466); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D42C is #2D2BD3. Grayscale: #C0C0C0. Windows color (decimal): -2960340 or 2938066. OLE color: 2938066.
HSL color Cylindrical-coordinate representation of color #D2D42C: hue angle of 60.71º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2D42C is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 44 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.17 |
| HSL | 60.71º | 0.66% | 0.5% | - |
| HSV(B) | 60.71º | 0.79% | 0.83% | - |
| XYZ | 50.58 | 60.97 | 11.49 | - |
| YUV | 192.25 | 44.34 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 44 | 0.01 | 0 | 0.79 | 0.17 | 60.71 | 0.66 | 0.5 |
| Hex | D2 | D4 | 2C | 1 | 0 | 4F | 11 | 3D | 42 | 32 |
| Octal | 322 | 324 | 54 | 1 | 0 | 117 | 21 | 75 | 102 | 62 |
| Binary | 11010010 | 11010100 | 101100 | 1 | 0 | 1001111 | 10001 | 111101 | 1000010 | 110010 |
Color Harmonies of #D2D42C
Complementary color
Monochromatic Colors of #D2D42C
Black with #D2D42C
Text Example
Text Example
White with #D2D42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D42C; }
p { color: rgb(210,212,44); }
H1.HeaderClassName
{
color: #D2D42C;
}
.AnyTagClassName
{
color: #D2D42C;
}
</style>
background-color css
<style>
a { background-color: #D2D42C; }
a { background-color: rgb(210,212,44); }
div.DivClassName
{
background-color: #D2D42C;
}
.BgClassName
{
background-color: #D2D42C;
}
</style>
border-color css
<style>
span { border-color: #D2D42C; }
span { border-color: rgb(210,212,44); }
td.TdClassName
{
border-color: #D2D42C;
}
.TagClassName
{
border-color: #D2D42C;
}
</style>