Shades of Bitter Lemon #D2DC2A
Tints of Bitter Lemon #D2DC2A
RGB
CMYK
RGB Variations
Color information
#D2DC2A (or 0xD2DC2A) is known color: Bitter Lemon. HEX triplet: D2, DC and 2A. RGB value is (210,220,42). Sum of RGB (Red+Green+Blue) = 210+220+42=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 42 (16.80% from 255 or 8.90% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DC2A is #2D23D5. Grayscale: #C5C5C5. Windows color (decimal): -2958294 or 2809042. OLE color: 2809042.
HSL color Cylindrical-coordinate representation of color #D2DC2A: hue angle of 63.37º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2DC2A is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 42 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.14 |
| HSL | 63.37º | 0.72% | 0.51% | - |
| HSV(B) | 63.37º | 0.81% | 0.86% | - |
| XYZ | 52.59 | 65.06 | 11.98 | - |
| YUV | 196.72 | 40.69 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 42 | 0.05 | 0 | 0.81 | 0.14 | 63.37 | 0.72 | 0.51 |
| Hex | D2 | DC | 2A | 5 | 0 | 51 | E | 3F | 48 | 33 |
| Octal | 322 | 334 | 52 | 5 | 0 | 121 | 16 | 77 | 110 | 63 |
| Binary | 11010010 | 11011100 | 101010 | 101 | 0 | 1010001 | 1110 | 111111 | 1001000 | 110011 |
Color Harmonies of #D2DC2A
Complementary color
Monochromatic Colors of #D2DC2A
Black with #D2DC2A
Text Example
Text Example
White with #D2DC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DC2A; }
p { color: rgb(210,220,42); }
H1.HeaderClassName
{
color: #D2DC2A;
}
.AnyTagClassName
{
color: #D2DC2A;
}
</style>
background-color css
<style>
a { background-color: #D2DC2A; }
a { background-color: rgb(210,220,42); }
div.DivClassName
{
background-color: #D2DC2A;
}
.BgClassName
{
background-color: #D2DC2A;
}
</style>
border-color css
<style>
span { border-color: #D2DC2A; }
span { border-color: rgb(210,220,42); }
td.TdClassName
{
border-color: #D2DC2A;
}
.TagClassName
{
border-color: #D2DC2A;
}
</style>