Shades of Bitter Lemon #DCDB2C
Tints of Bitter Lemon #DCDB2C
RGB
CMYK
RGB Variations
Color information
#DCDB2C (or 0xDCDB2C) is known color: Bitter Lemon. HEX triplet: DC, DB and 2C. RGB value is (220,219,44). Sum of RGB (Red+Green+Blue) = 220+219+44=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 44 (17.58% from 255 or 9.11% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB2C is #2324D3. Grayscale: #C8C8C8. Windows color (decimal): -2303188 or 2939868. OLE color: 2939868.
HSL color Cylindrical-coordinate representation of color #DCDB2C: hue angle of 59.66º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCDB2C is Cyan = 0, Magento = 0.00, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 44 | - |
| CMYK | 0 | 0.00 | 0.8 | 0.14 |
| HSL | 59.66º | 0.72% | 0.52% | - |
| HSV(B) | 59.66º | 0.8% | 0.86% | - |
| XYZ | 55.3 | 66.06 | 12.22 | - |
| YUV | 199.35 | 40.33 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 44 | 0 | 0.00 | 0.8 | 0.14 | 59.66 | 0.72 | 0.52 |
| Hex | DC | DB | 2C | 0 | 0 | 50 | E | 3C | 48 | 34 |
| Octal | 334 | 333 | 54 | 0 | 0 | 120 | 16 | 74 | 110 | 64 |
| Binary | 11011100 | 11011011 | 101100 | 0 | 0 | 1010000 | 1110 | 111100 | 1001000 | 110100 |
Color Harmonies of #DCDB2C
Complementary color
Monochromatic Colors of #DCDB2C
Black with #DCDB2C
Text Example
Text Example
White with #DCDB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB2C; }
p { color: rgb(220,219,44); }
H1.HeaderClassName
{
color: #DCDB2C;
}
.AnyTagClassName
{
color: #DCDB2C;
}
</style>
background-color css
<style>
a { background-color: #DCDB2C; }
a { background-color: rgb(220,219,44); }
div.DivClassName
{
background-color: #DCDB2C;
}
.BgClassName
{
background-color: #DCDB2C;
}
</style>
border-color css
<style>
span { border-color: #DCDB2C; }
span { border-color: rgb(220,219,44); }
td.TdClassName
{
border-color: #DCDB2C;
}
.TagClassName
{
border-color: #DCDB2C;
}
</style>