Shades of Bitter Lemon #DCDD1C
Tints of Bitter Lemon #DCDD1C
RGB
CMYK
RGB Variations
Color information
#DCDD1C (or 0xDCDD1C) is known color: Bitter Lemon. HEX triplet: DC, DD and 1C. RGB value is (220,221,28). Sum of RGB (Red+Green+Blue) = 220+221+28=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 28 (11.33% from 255 or 5.97% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD1C is #2322E3. Grayscale: #C7C7C7. Windows color (decimal): -2302692 or 1891804. OLE color: 1891804.
HSL color Cylindrical-coordinate representation of color #DCDD1C: hue angle of 60.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCDD1C is Cyan = 0.00, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 28 | - |
| CMYK | 0.00 | 0 | 0.87 | 0.13 |
| HSL | 60.31º | 0.78% | 0.49% | - |
| HSV(B) | 60.31º | 0.87% | 0.87% | - |
| XYZ | 55.58 | 67.01 | 11.1 | - |
| YUV | 198.7 | 31.67 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 28 | 0.00 | 0 | 0.87 | 0.13 | 60.31 | 0.78 | 0.49 |
| Hex | DC | DD | 1C | 0 | 0 | 57 | D | 3C | 4E | 31 |
| Octal | 334 | 335 | 34 | 0 | 0 | 127 | 15 | 74 | 116 | 61 |
| Binary | 11011100 | 11011101 | 11100 | 0 | 0 | 1010111 | 1101 | 111100 | 1001110 | 110001 |
Color Harmonies of #DCDD1C
Complementary color
Monochromatic Colors of #DCDD1C
Black with #DCDD1C
Text Example
Text Example
White with #DCDD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD1C; }
p { color: rgb(220,221,28); }
H1.HeaderClassName
{
color: #DCDD1C;
}
.AnyTagClassName
{
color: #DCDD1C;
}
</style>
background-color css
<style>
a { background-color: #DCDD1C; }
a { background-color: rgb(220,221,28); }
div.DivClassName
{
background-color: #DCDD1C;
}
.BgClassName
{
background-color: #DCDD1C;
}
</style>
border-color css
<style>
span { border-color: #DCDD1C; }
span { border-color: rgb(220,221,28); }
td.TdClassName
{
border-color: #DCDD1C;
}
.TagClassName
{
border-color: #DCDD1C;
}
</style>