Shades of Bitter Lemon #DCDB21
Tints of Bitter Lemon #DCDB21
RGB
CMYK
RGB Variations
Color information
#DCDB21 (or 0xDCDB21) is known color: Bitter Lemon. HEX triplet: DC, DB and 21. RGB value is (220,219,33). Sum of RGB (Red+Green+Blue) = 220+219+33=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 33 (13.28% from 255 or 6.99% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB21 is #2324DE. Grayscale: #C6C6C6. Windows color (decimal): -2303199 or 2218972. OLE color: 2218972.
HSL color Cylindrical-coordinate representation of color #DCDB21: hue angle of 59.68º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCDB21 is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 33 | - |
| CMYK | 0 | 0.00 | 0.85 | 0.14 |
| HSL | 59.68º | 0.74% | 0.5% | - |
| HSV(B) | 59.68º | 0.85% | 0.86% | - |
| XYZ | 55.12 | 65.99 | 11.27 | - |
| YUV | 198.1 | 34.83 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 33 | 0 | 0.00 | 0.85 | 0.14 | 59.68 | 0.74 | 0.5 |
| Hex | DC | DB | 21 | 0 | 0 | 55 | E | 3C | 4A | 32 |
| Octal | 334 | 333 | 41 | 0 | 0 | 125 | 16 | 74 | 112 | 62 |
| Binary | 11011100 | 11011011 | 100001 | 0 | 0 | 1010101 | 1110 | 111100 | 1001010 | 110010 |
Color Harmonies of #DCDB21
Complementary color
Monochromatic Colors of #DCDB21
Black with #DCDB21
Text Example
Text Example
White with #DCDB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB21; }
p { color: rgb(220,219,33); }
H1.HeaderClassName
{
color: #DCDB21;
}
.AnyTagClassName
{
color: #DCDB21;
}
</style>
background-color css
<style>
a { background-color: #DCDB21; }
a { background-color: rgb(220,219,33); }
div.DivClassName
{
background-color: #DCDB21;
}
.BgClassName
{
background-color: #DCDB21;
}
</style>
border-color css
<style>
span { border-color: #DCDB21; }
span { border-color: rgb(220,219,33); }
td.TdClassName
{
border-color: #DCDB21;
}
.TagClassName
{
border-color: #DCDB21;
}
</style>