Shades of Bitter Lemon #DCDF19
Tints of Bitter Lemon #DCDF19
RGB
CMYK
RGB Variations
Color information
#DCDF19 (or 0xDCDF19) is known color: Bitter Lemon. HEX triplet: DC, DF and 19. RGB value is (220,223,25). Sum of RGB (Red+Green+Blue) = 220+223+25=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 25 (10.16% from 255 or 5.34% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDF19 is #2320E6. Grayscale: #C8C8C8. Windows color (decimal): -2302183 or 1695708. OLE color: 1695708.
HSL color Cylindrical-coordinate representation of color #DCDF19: hue angle of 60.91º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCDF19 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 25 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.13 |
| HSL | 60.91º | 0.8% | 0.49% | - |
| HSV(B) | 60.91º | 0.89% | 0.87% | - |
| XYZ | 56.08 | 68.06 | 11.1 | - |
| YUV | 199.53 | 29.51 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 25 | 0.01 | 0 | 0.89 | 0.13 | 60.91 | 0.8 | 0.49 |
| Hex | DC | DF | 19 | 1 | 0 | 59 | D | 3D | 50 | 31 |
| Octal | 334 | 337 | 31 | 1 | 0 | 131 | 15 | 75 | 120 | 61 |
| Binary | 11011100 | 11011111 | 11001 | 1 | 0 | 1011001 | 1101 | 111101 | 1010000 | 110001 |
Color Harmonies of #DCDF19
Complementary color
Monochromatic Colors of #DCDF19
Black with #DCDF19
Text Example
Text Example
White with #DCDF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF19; }
p { color: rgb(220,223,25); }
H1.HeaderClassName
{
color: #DCDF19;
}
.AnyTagClassName
{
color: #DCDF19;
}
</style>
background-color css
<style>
a { background-color: #DCDF19; }
a { background-color: rgb(220,223,25); }
div.DivClassName
{
background-color: #DCDF19;
}
.BgClassName
{
background-color: #DCDF19;
}
</style>
border-color css
<style>
span { border-color: #DCDF19; }
span { border-color: rgb(220,223,25); }
td.TdClassName
{
border-color: #DCDF19;
}
.TagClassName
{
border-color: #DCDF19;
}
</style>