Shades of Bitter Lemon #DCDA29
Tints of Bitter Lemon #DCDA29
RGB
CMYK
RGB Variations
Color information
#DCDA29 (or 0xDCDA29) is known color: Bitter Lemon. HEX triplet: DC, DA and 29. RGB value is (220,218,41). Sum of RGB (Red+Green+Blue) = 220+218+41=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 41 (16.41% from 255 or 8.56% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA29 is #2325D6. Grayscale: #C7C7C7. Windows color (decimal): -2303447 or 2743004. OLE color: 2743004.
HSL color Cylindrical-coordinate representation of color #DCDA29: hue angle of 59.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCDA29 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 41 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.14 |
| HSL | 59.33º | 0.72% | 0.51% | - |
| HSV(B) | 59.33º | 0.81% | 0.86% | - |
| XYZ | 54.99 | 65.52 | 11.85 | - |
| YUV | 198.42 | 39.16 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 41 | 0 | 0.01 | 0.81 | 0.14 | 59.33 | 0.72 | 0.51 |
| Hex | DC | DA | 29 | 0 | 1 | 51 | E | 3B | 48 | 33 |
| Octal | 334 | 332 | 51 | 0 | 1 | 121 | 16 | 73 | 110 | 63 |
| Binary | 11011100 | 11011010 | 101001 | 0 | 1 | 1010001 | 1110 | 111011 | 1001000 | 110011 |
Color Harmonies of #DCDA29
Complementary color
Monochromatic Colors of #DCDA29
Black with #DCDA29
Text Example
Text Example
White with #DCDA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA29; }
p { color: rgb(220,218,41); }
H1.HeaderClassName
{
color: #DCDA29;
}
.AnyTagClassName
{
color: #DCDA29;
}
</style>
background-color css
<style>
a { background-color: #DCDA29; }
a { background-color: rgb(220,218,41); }
div.DivClassName
{
background-color: #DCDA29;
}
.BgClassName
{
background-color: #DCDA29;
}
</style>
border-color css
<style>
span { border-color: #DCDA29; }
span { border-color: rgb(220,218,41); }
td.TdClassName
{
border-color: #DCDA29;
}
.TagClassName
{
border-color: #DCDA29;
}
</style>