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