Shades of Bitter Lemon #DCDB2B
Tints of Bitter Lemon #DCDB2B
RGB
CMYK
RGB Variations
Color information
#DCDB2B (or 0xDCDB2B) is known color: Bitter Lemon. HEX triplet: DC, DB and 2B. RGB value is (220,219,43). Sum of RGB (Red+Green+Blue) = 220+219+43=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 43 (17.19% from 255 or 8.92% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB2B is #2324D4. Grayscale: #C7C7C7. Windows color (decimal): -2303189 or 2874332. OLE color: 2874332.
HSL color Cylindrical-coordinate representation of color #DCDB2B: 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 #DCDB2B is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 43 | - |
| CMYK | 0 | 0.00 | 0.80 | 0.14 |
| HSL | 59.66º | 0.72% | 0.52% | - |
| HSV(B) | 59.66º | 0.8% | 0.86% | - |
| XYZ | 55.28 | 66.05 | 12.12 | - |
| YUV | 199.24 | 39.83 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 43 | 0 | 0.00 | 0.80 | 0.14 | 59.66 | 0.72 | 0.52 |
| Hex | DC | DB | 2B | 0 | 0 | 50 | E | 3C | 48 | 34 |
| Octal | 334 | 333 | 53 | 0 | 0 | 120 | 16 | 74 | 110 | 64 |
| Binary | 11011100 | 11011011 | 101011 | 0 | 0 | 1010000 | 1110 | 111100 | 1001000 | 110100 |
Color Harmonies of #DCDB2B
Complementary color
Monochromatic Colors of #DCDB2B
Black with #DCDB2B
Text Example
Text Example
White with #DCDB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB2B; }
p { color: rgb(220,219,43); }
H1.HeaderClassName
{
color: #DCDB2B;
}
.AnyTagClassName
{
color: #DCDB2B;
}
</style>
background-color css
<style>
a { background-color: #DCDB2B; }
a { background-color: rgb(220,219,43); }
div.DivClassName
{
background-color: #DCDB2B;
}
.BgClassName
{
background-color: #DCDB2B;
}
</style>
border-color css
<style>
span { border-color: #DCDB2B; }
span { border-color: rgb(220,219,43); }
td.TdClassName
{
border-color: #DCDB2B;
}
.TagClassName
{
border-color: #DCDB2B;
}
</style>