Shades of Bitter Lemon #DADC25
Tints of Bitter Lemon #DADC25
RGB
CMYK
RGB Variations
Color information
#DADC25 (or 0xDADC25) is known color: Bitter Lemon. HEX triplet: DA, DC and 25. RGB value is (218,220,37). Sum of RGB (Red+Green+Blue) = 218+220+37=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 37 (14.84% from 255 or 7.79% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC25 is #2523DA. Grayscale: #C7C7C7. Windows color (decimal): -2434011 or 2481370. OLE color: 2481370.
HSL color Cylindrical-coordinate representation of color #DADC25: hue angle of 60.66º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DADC25 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 37 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.14 |
| HSL | 60.66º | 0.72% | 0.5% | - |
| HSV(B) | 60.66º | 0.83% | 0.86% | - |
| XYZ | 54.84 | 66.23 | 11.64 | - |
| YUV | 198.54 | 36.84 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 37 | 0.01 | 0 | 0.83 | 0.14 | 60.66 | 0.72 | 0.5 |
| Hex | DA | DC | 25 | 1 | 0 | 53 | E | 3D | 48 | 32 |
| Octal | 332 | 334 | 45 | 1 | 0 | 123 | 16 | 75 | 110 | 62 |
| Binary | 11011010 | 11011100 | 100101 | 1 | 0 | 1010011 | 1110 | 111101 | 1001000 | 110010 |
Color Harmonies of #DADC25
Complementary color
Monochromatic Colors of #DADC25
Black with #DADC25
Text Example
Text Example
White with #DADC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC25; }
p { color: rgb(218,220,37); }
H1.HeaderClassName
{
color: #DADC25;
}
.AnyTagClassName
{
color: #DADC25;
}
</style>
background-color css
<style>
a { background-color: #DADC25; }
a { background-color: rgb(218,220,37); }
div.DivClassName
{
background-color: #DADC25;
}
.BgClassName
{
background-color: #DADC25;
}
</style>
border-color css
<style>
span { border-color: #DADC25; }
span { border-color: rgb(218,220,37); }
td.TdClassName
{
border-color: #DADC25;
}
.TagClassName
{
border-color: #DADC25;
}
</style>