Shades of Bitter Lemon #DCDF30
Tints of Bitter Lemon #DCDF30
RGB
CMYK
RGB Variations
Color information
#DCDF30 (or 0xDCDF30) is known color: Bitter Lemon. HEX triplet: DC, DF and 30. RGB value is (220,223,48). Sum of RGB (Red+Green+Blue) = 220+223+48=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF30 is #2320CF. Grayscale: #CACACA. Windows color (decimal): -2302160 or 3203036. OLE color: 3203036.
HSL color Cylindrical-coordinate representation of color #DCDF30: hue angle of 61.03º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCDF30 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 48 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.13 |
| HSL | 61.03º | 0.73% | 0.53% | - |
| HSV(B) | 61.03º | 0.78% | 0.87% | - |
| XYZ | 56.44 | 68.2 | 12.99 | - |
| YUV | 202.15 | 41.01 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 48 | 0.01 | 0 | 0.78 | 0.13 | 61.03 | 0.73 | 0.53 |
| Hex | DC | DF | 30 | 1 | 0 | 4E | D | 3D | 49 | 35 |
| Octal | 334 | 337 | 60 | 1 | 0 | 116 | 15 | 75 | 111 | 65 |
| Binary | 11011100 | 11011111 | 110000 | 1 | 0 | 1001110 | 1101 | 111101 | 1001001 | 110101 |
Color Harmonies of #DCDF30
Complementary color
Monochromatic Colors of #DCDF30
Black with #DCDF30
Text Example
Text Example
White with #DCDF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF30; }
p { color: rgb(220,223,48); }
H1.HeaderClassName
{
color: #DCDF30;
}
.AnyTagClassName
{
color: #DCDF30;
}
</style>
background-color css
<style>
a { background-color: #DCDF30; }
a { background-color: rgb(220,223,48); }
div.DivClassName
{
background-color: #DCDF30;
}
.BgClassName
{
background-color: #DCDF30;
}
</style>
border-color css
<style>
span { border-color: #DCDF30; }
span { border-color: rgb(220,223,48); }
td.TdClassName
{
border-color: #DCDF30;
}
.TagClassName
{
border-color: #DCDF30;
}
</style>