Shades of Bitter Lemon #DCDF27
Tints of Bitter Lemon #DCDF27
RGB
CMYK
RGB Variations
Color information
#DCDF27 (or 0xDCDF27) is known color: Bitter Lemon. HEX triplet: DC, DF and 27. RGB value is (220,223,39). Sum of RGB (Red+Green+Blue) = 220+223+39=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 39 (15.62% from 255 or 8.09% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF27 is #2320D8. Grayscale: #C9C9C9. Windows color (decimal): -2302169 or 2613212. OLE color: 2613212.
HSL color Cylindrical-coordinate representation of color #DCDF27: hue angle of 60.98º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCDF27 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 39 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.13 |
| HSL | 60.98º | 0.74% | 0.51% | - |
| HSV(B) | 60.98º | 0.83% | 0.87% | - |
| XYZ | 56.27 | 68.14 | 12.11 | - |
| YUV | 201.13 | 36.51 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 39 | 0.01 | 0 | 0.83 | 0.13 | 60.98 | 0.74 | 0.51 |
| Hex | DC | DF | 27 | 1 | 0 | 53 | D | 3D | 4A | 33 |
| Octal | 334 | 337 | 47 | 1 | 0 | 123 | 15 | 75 | 112 | 63 |
| Binary | 11011100 | 11011111 | 100111 | 1 | 0 | 1010011 | 1101 | 111101 | 1001010 | 110011 |
Color Harmonies of #DCDF27
Complementary color
Monochromatic Colors of #DCDF27
Black with #DCDF27
Text Example
Text Example
White with #DCDF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF27; }
p { color: rgb(220,223,39); }
H1.HeaderClassName
{
color: #DCDF27;
}
.AnyTagClassName
{
color: #DCDF27;
}
</style>
background-color css
<style>
a { background-color: #DCDF27; }
a { background-color: rgb(220,223,39); }
div.DivClassName
{
background-color: #DCDF27;
}
.BgClassName
{
background-color: #DCDF27;
}
</style>
border-color css
<style>
span { border-color: #DCDF27; }
span { border-color: rgb(220,223,39); }
td.TdClassName
{
border-color: #DCDF27;
}
.TagClassName
{
border-color: #DCDF27;
}
</style>