Shades of Bitter Lemon #D2DC3C
Tints of Bitter Lemon #D2DC3C
RGB
CMYK
RGB Variations
Color information
#D2DC3C (or 0xD2DC3C) is known color: Bitter Lemon. HEX triplet: D2, DC and 3C. RGB value is (210,220,60). Sum of RGB (Red+Green+Blue) = 210+220+60=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DC3C is #2D23C3. Grayscale: #C7C7C7. Windows color (decimal): -2958276 or 3988690. OLE color: 3988690.
HSL color Cylindrical-coordinate representation of color #D2DC3C: hue angle of 63.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2DC3C is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 60 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.14 |
| HSL | 63.75º | 0.7% | 0.55% | - |
| HSV(B) | 63.75º | 0.73% | 0.86% | - |
| XYZ | 52.99 | 65.21 | 14.07 | - |
| YUV | 198.77 | 49.69 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 60 | 0.05 | 0 | 0.73 | 0.14 | 63.75 | 0.7 | 0.55 |
| Hex | D2 | DC | 3C | 5 | 0 | 49 | E | 40 | 46 | 37 |
| Octal | 322 | 334 | 74 | 5 | 0 | 111 | 16 | 100 | 106 | 67 |
| Binary | 11010010 | 11011100 | 111100 | 101 | 0 | 1001001 | 1110 | 1000000 | 1000110 | 110111 |
Color Harmonies of #D2DC3C
Complementary color
Monochromatic Colors of #D2DC3C
Black with #D2DC3C
Text Example
Text Example
White with #D2DC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DC3C; }
p { color: rgb(210,220,60); }
H1.HeaderClassName
{
color: #D2DC3C;
}
.AnyTagClassName
{
color: #D2DC3C;
}
</style>
background-color css
<style>
a { background-color: #D2DC3C; }
a { background-color: rgb(210,220,60); }
div.DivClassName
{
background-color: #D2DC3C;
}
.BgClassName
{
background-color: #D2DC3C;
}
</style>
border-color css
<style>
span { border-color: #D2DC3C; }
span { border-color: rgb(210,220,60); }
td.TdClassName
{
border-color: #D2DC3C;
}
.TagClassName
{
border-color: #D2DC3C;
}
</style>