Shades of Bitter Lemon #DCDD25
Tints of Bitter Lemon #DCDD25
RGB
CMYK
RGB Variations
Color information
#DCDD25 (or 0xDCDD25) is known color: Bitter Lemon. HEX triplet: DC, DD and 25. RGB value is (220,221,37). Sum of RGB (Red+Green+Blue) = 220+221+37=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 37 (14.84% from 255 or 7.74% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD25 is #2322DA. Grayscale: #C8C8C8. Windows color (decimal): -2302683 or 2481628. OLE color: 2481628.
HSL color Cylindrical-coordinate representation of color #DCDD25: hue angle of 60.33º degrees, saturation: 0.73, 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 #DCDD25 is Cyan = 0.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 37 | - |
| CMYK | 0.00 | 0 | 0.83 | 0.13 |
| HSL | 60.33º | 0.73% | 0.51% | - |
| HSV(B) | 60.33º | 0.83% | 0.87% | - |
| XYZ | 55.71 | 67.06 | 11.76 | - |
| YUV | 199.73 | 36.17 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 37 | 0.00 | 0 | 0.83 | 0.13 | 60.33 | 0.73 | 0.51 |
| Hex | DC | DD | 25 | 0 | 0 | 53 | D | 3C | 49 | 33 |
| Octal | 334 | 335 | 45 | 0 | 0 | 123 | 15 | 74 | 111 | 63 |
| Binary | 11011100 | 11011101 | 100101 | 0 | 0 | 1010011 | 1101 | 111100 | 1001001 | 110011 |
Color Harmonies of #DCDD25
Complementary color
Monochromatic Colors of #DCDD25
Black with #DCDD25
Text Example
Text Example
White with #DCDD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD25; }
p { color: rgb(220,221,37); }
H1.HeaderClassName
{
color: #DCDD25;
}
.AnyTagClassName
{
color: #DCDD25;
}
</style>
background-color css
<style>
a { background-color: #DCDD25; }
a { background-color: rgb(220,221,37); }
div.DivClassName
{
background-color: #DCDD25;
}
.BgClassName
{
background-color: #DCDD25;
}
</style>
border-color css
<style>
span { border-color: #DCDD25; }
span { border-color: rgb(220,221,37); }
td.TdClassName
{
border-color: #DCDD25;
}
.TagClassName
{
border-color: #DCDD25;
}
</style>