Shades of Bitter Lemon #DADC30
Tints of Bitter Lemon #DADC30
RGB
CMYK
RGB Variations
Color information
#DADC30 (or 0xDADC30) is known color: Bitter Lemon. HEX triplet: DA, DC and 30. RGB value is (218,220,48). Sum of RGB (Red+Green+Blue) = 218+220+48=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC30 is #2523CF. Grayscale: #C8C8C8. Windows color (decimal): -2434000 or 3202266. OLE color: 3202266.
HSL color Cylindrical-coordinate representation of color #DADC30: hue angle of 60.7º 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 #DADC30 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 48 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.14 |
| HSL | 60.7º | 0.71% | 0.53% | - |
| HSV(B) | 60.7º | 0.78% | 0.86% | - |
| XYZ | 55.04 | 66.31 | 12.69 | - |
| YUV | 199.79 | 42.34 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 48 | 0.01 | 0 | 0.78 | 0.14 | 60.7 | 0.71 | 0.53 |
| Hex | DA | DC | 30 | 1 | 0 | 4E | E | 3D | 47 | 35 |
| Octal | 332 | 334 | 60 | 1 | 0 | 116 | 16 | 75 | 107 | 65 |
| Binary | 11011010 | 11011100 | 110000 | 1 | 0 | 1001110 | 1110 | 111101 | 1000111 | 110101 |
Color Harmonies of #DADC30
Complementary color
Monochromatic Colors of #DADC30
Black with #DADC30
Text Example
Text Example
White with #DADC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC30; }
p { color: rgb(218,220,48); }
H1.HeaderClassName
{
color: #DADC30;
}
.AnyTagClassName
{
color: #DADC30;
}
</style>
background-color css
<style>
a { background-color: #DADC30; }
a { background-color: rgb(218,220,48); }
div.DivClassName
{
background-color: #DADC30;
}
.BgClassName
{
background-color: #DADC30;
}
</style>
border-color css
<style>
span { border-color: #DADC30; }
span { border-color: rgb(218,220,48); }
td.TdClassName
{
border-color: #DADC30;
}
.TagClassName
{
border-color: #DADC30;
}
</style>