Shades of Bitter Lemon #D2DC27
Tints of Bitter Lemon #D2DC27
RGB
CMYK
RGB Variations
Color information
#D2DC27 (or 0xD2DC27) is known color: Bitter Lemon. HEX triplet: D2, DC and 27. RGB value is (210,220,39). Sum of RGB (Red+Green+Blue) = 210+220+39=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 39 (15.62% from 255 or 8.32% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DC27 is #2D23D8. Grayscale: #C5C5C5. Windows color (decimal): -2958297 or 2612434. OLE color: 2612434.
HSL color Cylindrical-coordinate representation of color #D2DC27: hue angle of 63.31º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2DC27 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 39 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.14 |
| HSL | 63.31º | 0.72% | 0.51% | - |
| HSV(B) | 63.31º | 0.82% | 0.86% | - |
| XYZ | 52.54 | 65.03 | 11.7 | - |
| YUV | 196.38 | 39.19 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 39 | 0.05 | 0 | 0.82 | 0.14 | 63.31 | 0.72 | 0.51 |
| Hex | D2 | DC | 27 | 5 | 0 | 52 | E | 3F | 48 | 33 |
| Octal | 322 | 334 | 47 | 5 | 0 | 122 | 16 | 77 | 110 | 63 |
| Binary | 11010010 | 11011100 | 100111 | 101 | 0 | 1010010 | 1110 | 111111 | 1001000 | 110011 |
Color Harmonies of #D2DC27
Complementary color
Monochromatic Colors of #D2DC27
Black with #D2DC27
Text Example
Text Example
White with #D2DC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DC27; }
p { color: rgb(210,220,39); }
H1.HeaderClassName
{
color: #D2DC27;
}
.AnyTagClassName
{
color: #D2DC27;
}
</style>
background-color css
<style>
a { background-color: #D2DC27; }
a { background-color: rgb(210,220,39); }
div.DivClassName
{
background-color: #D2DC27;
}
.BgClassName
{
background-color: #D2DC27;
}
</style>
border-color css
<style>
span { border-color: #D2DC27; }
span { border-color: rgb(210,220,39); }
td.TdClassName
{
border-color: #D2DC27;
}
.TagClassName
{
border-color: #D2DC27;
}
</style>