Shades of Bitter Lemon #DCDA30
Tints of Bitter Lemon #DCDA30
RGB
CMYK
RGB Variations
Color information
#DCDA30 (or 0xDCDA30) is known color: Bitter Lemon. HEX triplet: DC, DA and 30. RGB value is (220,218,48). Sum of RGB (Red+Green+Blue) = 220+218+48=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA30 is #2325CF. Grayscale: #C7C7C7. Windows color (decimal): -2303440 or 3201756. OLE color: 3201756.
HSL color Cylindrical-coordinate representation of color #DCDA30: hue angle of 59.3º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCDA30 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 48 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.14 |
| HSL | 59.3º | 0.71% | 0.53% | - |
| HSV(B) | 59.3º | 0.78% | 0.86% | - |
| XYZ | 55.12 | 65.57 | 12.55 | - |
| YUV | 199.22 | 42.66 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 48 | 0 | 0.01 | 0.78 | 0.14 | 59.3 | 0.71 | 0.53 |
| Hex | DC | DA | 30 | 0 | 1 | 4E | E | 3B | 47 | 35 |
| Octal | 334 | 332 | 60 | 0 | 1 | 116 | 16 | 73 | 107 | 65 |
| Binary | 11011100 | 11011010 | 110000 | 0 | 1 | 1001110 | 1110 | 111011 | 1000111 | 110101 |
Color Harmonies of #DCDA30
Complementary color
Monochromatic Colors of #DCDA30
Black with #DCDA30
Text Example
Text Example
White with #DCDA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA30; }
p { color: rgb(220,218,48); }
H1.HeaderClassName
{
color: #DCDA30;
}
.AnyTagClassName
{
color: #DCDA30;
}
</style>
background-color css
<style>
a { background-color: #DCDA30; }
a { background-color: rgb(220,218,48); }
div.DivClassName
{
background-color: #DCDA30;
}
.BgClassName
{
background-color: #DCDA30;
}
</style>
border-color css
<style>
span { border-color: #DCDA30; }
span { border-color: rgb(220,218,48); }
td.TdClassName
{
border-color: #DCDA30;
}
.TagClassName
{
border-color: #DCDA30;
}
</style>