Shades of Bitter Lemon #DCDB24
Tints of Bitter Lemon #DCDB24
RGB
CMYK
RGB Variations
Color information
#DCDB24 (or 0xDCDB24) is known color: Bitter Lemon. HEX triplet: DC, DB and 24. RGB value is (220,219,36). Sum of RGB (Red+Green+Blue) = 220+219+36=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 36 (14.45% from 255 or 7.58% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB24 is #2324DB. Grayscale: #C7C7C7. Windows color (decimal): -2303196 or 2415580. OLE color: 2415580.
HSL color Cylindrical-coordinate representation of color #DCDB24: hue angle of 59.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCDB24 is Cyan = 0, Magento = 0.00, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 36 | - |
| CMYK | 0 | 0.00 | 0.84 | 0.14 |
| HSL | 59.67º | 0.72% | 0.5% | - |
| HSV(B) | 59.67º | 0.84% | 0.86% | - |
| XYZ | 55.17 | 66.01 | 11.5 | - |
| YUV | 198.44 | 36.33 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 36 | 0 | 0.00 | 0.84 | 0.14 | 59.67 | 0.72 | 0.5 |
| Hex | DC | DB | 24 | 0 | 0 | 54 | E | 3C | 48 | 32 |
| Octal | 334 | 333 | 44 | 0 | 0 | 124 | 16 | 74 | 110 | 62 |
| Binary | 11011100 | 11011011 | 100100 | 0 | 0 | 1010100 | 1110 | 111100 | 1001000 | 110010 |
Color Harmonies of #DCDB24
Complementary color
Monochromatic Colors of #DCDB24
Black with #DCDB24
Text Example
Text Example
White with #DCDB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB24; }
p { color: rgb(220,219,36); }
H1.HeaderClassName
{
color: #DCDB24;
}
.AnyTagClassName
{
color: #DCDB24;
}
</style>
background-color css
<style>
a { background-color: #DCDB24; }
a { background-color: rgb(220,219,36); }
div.DivClassName
{
background-color: #DCDB24;
}
.BgClassName
{
background-color: #DCDB24;
}
</style>
border-color css
<style>
span { border-color: #DCDB24; }
span { border-color: rgb(220,219,36); }
td.TdClassName
{
border-color: #DCDB24;
}
.TagClassName
{
border-color: #DCDB24;
}
</style>