Shades of Bitter Lemon #DCDA26
Tints of Bitter Lemon #DCDA26
RGB
CMYK
RGB Variations
Color information
#DCDA26 (or 0xDCDA26) is known color: Bitter Lemon. HEX triplet: DC, DA and 26. RGB value is (220,218,38). Sum of RGB (Red+Green+Blue) = 220+218+38=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 38 (15.23% from 255 or 7.98% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA26 is #2325D9. Grayscale: #C6C6C6. Windows color (decimal): -2303450 or 2546396. OLE color: 2546396.
HSL color Cylindrical-coordinate representation of color #DCDA26: hue angle of 59.34º 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 #DCDA26 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 38 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.14 |
| HSL | 59.34º | 0.72% | 0.51% | - |
| HSV(B) | 59.34º | 0.83% | 0.86% | - |
| XYZ | 54.94 | 65.5 | 11.58 | - |
| YUV | 198.08 | 37.66 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 38 | 0 | 0.01 | 0.83 | 0.14 | 59.34 | 0.72 | 0.51 |
| Hex | DC | DA | 26 | 0 | 1 | 53 | E | 3B | 48 | 33 |
| Octal | 334 | 332 | 46 | 0 | 1 | 123 | 16 | 73 | 110 | 63 |
| Binary | 11011100 | 11011010 | 100110 | 0 | 1 | 1010011 | 1110 | 111011 | 1001000 | 110011 |
Color Harmonies of #DCDA26
Complementary color
Monochromatic Colors of #DCDA26
Black with #DCDA26
Text Example
Text Example
White with #DCDA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA26; }
p { color: rgb(220,218,38); }
H1.HeaderClassName
{
color: #DCDA26;
}
.AnyTagClassName
{
color: #DCDA26;
}
</style>
background-color css
<style>
a { background-color: #DCDA26; }
a { background-color: rgb(220,218,38); }
div.DivClassName
{
background-color: #DCDA26;
}
.BgClassName
{
background-color: #DCDA26;
}
</style>
border-color css
<style>
span { border-color: #DCDA26; }
span { border-color: rgb(220,218,38); }
td.TdClassName
{
border-color: #DCDA26;
}
.TagClassName
{
border-color: #DCDA26;
}
</style>