Shades of Bitter Lemon #D2DC39
Tints of Bitter Lemon #D2DC39
RGB
CMYK
RGB Variations
Color information
#D2DC39 (or 0xD2DC39) is known color: Bitter Lemon. HEX triplet: D2, DC and 39. RGB value is (210,220,57). Sum of RGB (Red+Green+Blue) = 210+220+57=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 57 (22.66% from 255 or 11.70% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DC39 is #2D23C6. Grayscale: #C7C7C7. Windows color (decimal): -2958279 or 3792082. OLE color: 3792082.
HSL color Cylindrical-coordinate representation of color #D2DC39: hue angle of 63.68º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2DC39 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 57 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.14 |
| HSL | 63.68º | 0.7% | 0.54% | - |
| HSV(B) | 63.68º | 0.74% | 0.86% | - |
| XYZ | 52.91 | 65.18 | 13.66 | - |
| YUV | 198.43 | 48.19 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 57 | 0.05 | 0 | 0.74 | 0.14 | 63.68 | 0.7 | 0.54 |
| Hex | D2 | DC | 39 | 5 | 0 | 4A | E | 40 | 46 | 36 |
| Octal | 322 | 334 | 71 | 5 | 0 | 112 | 16 | 100 | 106 | 66 |
| Binary | 11010010 | 11011100 | 111001 | 101 | 0 | 1001010 | 1110 | 1000000 | 1000110 | 110110 |
Color Harmonies of #D2DC39
Complementary color
Monochromatic Colors of #D2DC39
Black with #D2DC39
Text Example
Text Example
White with #D2DC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DC39; }
p { color: rgb(210,220,57); }
H1.HeaderClassName
{
color: #D2DC39;
}
.AnyTagClassName
{
color: #D2DC39;
}
</style>
background-color css
<style>
a { background-color: #D2DC39; }
a { background-color: rgb(210,220,57); }
div.DivClassName
{
background-color: #D2DC39;
}
.BgClassName
{
background-color: #D2DC39;
}
</style>
border-color css
<style>
span { border-color: #D2DC39; }
span { border-color: rgb(210,220,57); }
td.TdClassName
{
border-color: #D2DC39;
}
.TagClassName
{
border-color: #D2DC39;
}
</style>