Shades of Bitter Lemon #DCDF23
Tints of Bitter Lemon #DCDF23
RGB
CMYK
RGB Variations
Color information
#DCDF23 (or 0xDCDF23) is known color: Bitter Lemon. HEX triplet: DC, DF and 23. RGB value is (220,223,35). Sum of RGB (Red+Green+Blue) = 220+223+35=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 35 (14.06% from 255 or 7.32% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF23 is #2320DC. Grayscale: #C9C9C9. Windows color (decimal): -2302173 or 2351068. OLE color: 2351068.
HSL color Cylindrical-coordinate representation of color #DCDF23: hue angle of 60.96º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCDF23 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 35 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.13 |
| HSL | 60.96º | 0.75% | 0.51% | - |
| HSV(B) | 60.96º | 0.84% | 0.87% | - |
| XYZ | 56.21 | 68.11 | 11.77 | - |
| YUV | 200.67 | 34.51 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 35 | 0.01 | 0 | 0.84 | 0.13 | 60.96 | 0.75 | 0.51 |
| Hex | DC | DF | 23 | 1 | 0 | 54 | D | 3D | 4B | 33 |
| Octal | 334 | 337 | 43 | 1 | 0 | 124 | 15 | 75 | 113 | 63 |
| Binary | 11011100 | 11011111 | 100011 | 1 | 0 | 1010100 | 1101 | 111101 | 1001011 | 110011 |
Color Harmonies of #DCDF23
Complementary color
Monochromatic Colors of #DCDF23
Black with #DCDF23
Text Example
Text Example
White with #DCDF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF23; }
p { color: rgb(220,223,35); }
H1.HeaderClassName
{
color: #DCDF23;
}
.AnyTagClassName
{
color: #DCDF23;
}
</style>
background-color css
<style>
a { background-color: #DCDF23; }
a { background-color: rgb(220,223,35); }
div.DivClassName
{
background-color: #DCDF23;
}
.BgClassName
{
background-color: #DCDF23;
}
</style>
border-color css
<style>
span { border-color: #DCDF23; }
span { border-color: rgb(220,223,35); }
td.TdClassName
{
border-color: #DCDF23;
}
.TagClassName
{
border-color: #DCDF23;
}
</style>