Shades of Bitter Lemon #DCDD2D
Tints of Bitter Lemon #DCDD2D
RGB
CMYK
RGB Variations
Color information
#DCDD2D (or 0xDCDD2D) is known color: Bitter Lemon. HEX triplet: DC, DD and 2D. RGB value is (220,221,45). Sum of RGB (Red+Green+Blue) = 220+221+45=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD2D is #2322D2. Grayscale: #C9C9C9. Windows color (decimal): -2302675 or 3005916. OLE color: 3005916.
HSL color Cylindrical-coordinate representation of color #DCDD2D: hue angle of 60.34º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCDD2D is Cyan = 0.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 45 | - |
| CMYK | 0.00 | 0 | 0.80 | 0.13 |
| HSL | 60.34º | 0.72% | 0.52% | - |
| HSV(B) | 60.34º | 0.8% | 0.87% | - |
| XYZ | 55.85 | 67.12 | 12.49 | - |
| YUV | 200.64 | 40.17 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 45 | 0.00 | 0 | 0.80 | 0.13 | 60.34 | 0.72 | 0.52 |
| Hex | DC | DD | 2D | 0 | 0 | 50 | D | 3C | 48 | 34 |
| Octal | 334 | 335 | 55 | 0 | 0 | 120 | 15 | 74 | 110 | 64 |
| Binary | 11011100 | 11011101 | 101101 | 0 | 0 | 1010000 | 1101 | 111100 | 1001000 | 110100 |
Color Harmonies of #DCDD2D
Complementary color
Monochromatic Colors of #DCDD2D
Black with #DCDD2D
Text Example
Text Example
White with #DCDD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD2D; }
p { color: rgb(220,221,45); }
H1.HeaderClassName
{
color: #DCDD2D;
}
.AnyTagClassName
{
color: #DCDD2D;
}
</style>
background-color css
<style>
a { background-color: #DCDD2D; }
a { background-color: rgb(220,221,45); }
div.DivClassName
{
background-color: #DCDD2D;
}
.BgClassName
{
background-color: #DCDD2D;
}
</style>
border-color css
<style>
span { border-color: #DCDD2D; }
span { border-color: rgb(220,221,45); }
td.TdClassName
{
border-color: #DCDD2D;
}
.TagClassName
{
border-color: #DCDD2D;
}
</style>