Shades of Bitter Lemon #DCDD1F
Tints of Bitter Lemon #DCDD1F
RGB
CMYK
RGB Variations
Color information
#DCDD1F (or 0xDCDD1F) is known color: Bitter Lemon. HEX triplet: DC, DD and 1F. RGB value is (220,221,31). Sum of RGB (Red+Green+Blue) = 220+221+31=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 31 (12.5% from 255 or 6.57% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD1F is #2322E0. Grayscale: #C7C7C7. Windows color (decimal): -2302689 or 2088412. OLE color: 2088412.
HSL color Cylindrical-coordinate representation of color #DCDD1F: hue angle of 60.32º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCDD1F is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 31 | - |
| CMYK | 0.00 | 0 | 0.86 | 0.13 |
| HSL | 60.32º | 0.75% | 0.49% | - |
| HSV(B) | 60.32º | 0.86% | 0.87% | - |
| XYZ | 55.62 | 67.03 | 11.3 | - |
| YUV | 199.04 | 33.17 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 31 | 0.00 | 0 | 0.86 | 0.13 | 60.32 | 0.75 | 0.49 |
| Hex | DC | DD | 1F | 0 | 0 | 56 | D | 3C | 4B | 31 |
| Octal | 334 | 335 | 37 | 0 | 0 | 126 | 15 | 74 | 113 | 61 |
| Binary | 11011100 | 11011101 | 11111 | 0 | 0 | 1010110 | 1101 | 111100 | 1001011 | 110001 |
Color Harmonies of #DCDD1F
Complementary color
Monochromatic Colors of #DCDD1F
Black with #DCDD1F
Text Example
Text Example
White with #DCDD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD1F; }
p { color: rgb(220,221,31); }
H1.HeaderClassName
{
color: #DCDD1F;
}
.AnyTagClassName
{
color: #DCDD1F;
}
</style>
background-color css
<style>
a { background-color: #DCDD1F; }
a { background-color: rgb(220,221,31); }
div.DivClassName
{
background-color: #DCDD1F;
}
.BgClassName
{
background-color: #DCDD1F;
}
</style>
border-color css
<style>
span { border-color: #DCDD1F; }
span { border-color: rgb(220,221,31); }
td.TdClassName
{
border-color: #DCDD1F;
}
.TagClassName
{
border-color: #DCDD1F;
}
</style>