Shades of Bitter Lemon #DCDA23
Tints of Bitter Lemon #DCDA23
RGB
CMYK
RGB Variations
Color information
#DCDA23 (or 0xDCDA23) is known color: Bitter Lemon. HEX triplet: DC, DA and 23. RGB value is (220,218,35). Sum of RGB (Red+Green+Blue) = 220+218+35=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 35 (14.06% from 255 or 7.40% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA23 is #2325DC. Grayscale: #C6C6C6. Windows color (decimal): -2303453 or 2349788. OLE color: 2349788.
HSL color Cylindrical-coordinate representation of color #DCDA23: hue angle of 59.35º degrees, saturation: 0.73, 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 #DCDA23 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 35 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.14 |
| HSL | 59.35º | 0.73% | 0.5% | - |
| HSV(B) | 59.35º | 0.84% | 0.86% | - |
| XYZ | 54.89 | 65.48 | 11.34 | - |
| YUV | 197.74 | 36.16 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 35 | 0 | 0.01 | 0.84 | 0.14 | 59.35 | 0.73 | 0.5 |
| Hex | DC | DA | 23 | 0 | 1 | 54 | E | 3B | 49 | 32 |
| Octal | 334 | 332 | 43 | 0 | 1 | 124 | 16 | 73 | 111 | 62 |
| Binary | 11011100 | 11011010 | 100011 | 0 | 1 | 1010100 | 1110 | 111011 | 1001001 | 110010 |
Color Harmonies of #DCDA23
Complementary color
Monochromatic Colors of #DCDA23
Black with #DCDA23
Text Example
Text Example
White with #DCDA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA23; }
p { color: rgb(220,218,35); }
H1.HeaderClassName
{
color: #DCDA23;
}
.AnyTagClassName
{
color: #DCDA23;
}
</style>
background-color css
<style>
a { background-color: #DCDA23; }
a { background-color: rgb(220,218,35); }
div.DivClassName
{
background-color: #DCDA23;
}
.BgClassName
{
background-color: #DCDA23;
}
</style>
border-color css
<style>
span { border-color: #DCDA23; }
span { border-color: rgb(220,218,35); }
td.TdClassName
{
border-color: #DCDA23;
}
.TagClassName
{
border-color: #DCDA23;
}
</style>