Shades of Bitter Lemon #DCDF28
Tints of Bitter Lemon #DCDF28
RGB
CMYK
RGB Variations
Color information
#DCDF28 (or 0xDCDF28) is known color: Bitter Lemon. HEX triplet: DC, DF and 28. RGB value is (220,223,40). Sum of RGB (Red+Green+Blue) = 220+223+40=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 40 (16.02% from 255 or 8.28% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF28 is #2320D7. Grayscale: #C9C9C9. Windows color (decimal): -2302168 or 2678748. OLE color: 2678748.
HSL color Cylindrical-coordinate representation of color #DCDF28: hue angle of 60.98º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCDF28 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 40 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.13 |
| HSL | 60.98º | 0.74% | 0.52% | - |
| HSV(B) | 60.98º | 0.82% | 0.87% | - |
| XYZ | 56.29 | 68.14 | 12.19 | - |
| YUV | 201.24 | 37.01 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 40 | 0.01 | 0 | 0.82 | 0.13 | 60.98 | 0.74 | 0.52 |
| Hex | DC | DF | 28 | 1 | 0 | 52 | D | 3D | 4A | 34 |
| Octal | 334 | 337 | 50 | 1 | 0 | 122 | 15 | 75 | 112 | 64 |
| Binary | 11011100 | 11011111 | 101000 | 1 | 0 | 1010010 | 1101 | 111101 | 1001010 | 110100 |
Color Harmonies of #DCDF28
Complementary color
Monochromatic Colors of #DCDF28
Black with #DCDF28
Text Example
Text Example
White with #DCDF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF28; }
p { color: rgb(220,223,40); }
H1.HeaderClassName
{
color: #DCDF28;
}
.AnyTagClassName
{
color: #DCDF28;
}
</style>
background-color css
<style>
a { background-color: #DCDF28; }
a { background-color: rgb(220,223,40); }
div.DivClassName
{
background-color: #DCDF28;
}
.BgClassName
{
background-color: #DCDF28;
}
</style>
border-color css
<style>
span { border-color: #DCDF28; }
span { border-color: rgb(220,223,40); }
td.TdClassName
{
border-color: #DCDF28;
}
.TagClassName
{
border-color: #DCDF28;
}
</style>