Shades of Bitter Lemon #DCDB26
Tints of Bitter Lemon #DCDB26
RGB
CMYK
RGB Variations
Color information
#DCDB26 (or 0xDCDB26) is known color: Bitter Lemon. HEX triplet: DC, DB and 26. RGB value is (220,219,38). Sum of RGB (Red+Green+Blue) = 220+219+38=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 38 (15.23% from 255 or 7.97% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB26 is #2324D9. Grayscale: #C7C7C7. Windows color (decimal): -2303194 or 2546652. OLE color: 2546652.
HSL color Cylindrical-coordinate representation of color #DCDB26: hue angle of 59.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCDB26 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 38 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.14 |
| HSL | 59.67º | 0.72% | 0.51% | - |
| HSV(B) | 59.67º | 0.83% | 0.86% | - |
| XYZ | 55.2 | 66.02 | 11.67 | - |
| YUV | 198.67 | 37.33 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 38 | 0 | 0.00 | 0.83 | 0.14 | 59.67 | 0.72 | 0.51 |
| Hex | DC | DB | 26 | 0 | 0 | 53 | E | 3C | 48 | 33 |
| Octal | 334 | 333 | 46 | 0 | 0 | 123 | 16 | 74 | 110 | 63 |
| Binary | 11011100 | 11011011 | 100110 | 0 | 0 | 1010011 | 1110 | 111100 | 1001000 | 110011 |
Color Harmonies of #DCDB26
Complementary color
Monochromatic Colors of #DCDB26
Black with #DCDB26
Text Example
Text Example
White with #DCDB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB26; }
p { color: rgb(220,219,38); }
H1.HeaderClassName
{
color: #DCDB26;
}
.AnyTagClassName
{
color: #DCDB26;
}
</style>
background-color css
<style>
a { background-color: #DCDB26; }
a { background-color: rgb(220,219,38); }
div.DivClassName
{
background-color: #DCDB26;
}
.BgClassName
{
background-color: #DCDB26;
}
</style>
border-color css
<style>
span { border-color: #DCDB26; }
span { border-color: rgb(220,219,38); }
td.TdClassName
{
border-color: #DCDB26;
}
.TagClassName
{
border-color: #DCDB26;
}
</style>