Shades of Bitter Lemon #DADC1C
Tints of Bitter Lemon #DADC1C
RGB
CMYK
RGB Variations
Color information
#DADC1C (or 0xDADC1C) is known color: Bitter Lemon. HEX triplet: DA, DC and 1C. RGB value is (218,220,28). Sum of RGB (Red+Green+Blue) = 218+220+28=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 28 (11.33% from 255 or 6.01% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC1C is #2523E3. Grayscale: #C6C6C6. Windows color (decimal): -2434020 or 1891546. OLE color: 1891546.
HSL color Cylindrical-coordinate representation of color #DADC1C: hue angle of 60.63º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DADC1C is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 28 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.14 |
| HSL | 60.63º | 0.77% | 0.49% | - |
| HSV(B) | 60.63º | 0.87% | 0.86% | - |
| XYZ | 54.72 | 66.18 | 10.99 | - |
| YUV | 197.51 | 32.34 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 28 | 0.01 | 0 | 0.87 | 0.14 | 60.63 | 0.77 | 0.49 |
| Hex | DA | DC | 1C | 1 | 0 | 57 | E | 3D | 4D | 31 |
| Octal | 332 | 334 | 34 | 1 | 0 | 127 | 16 | 75 | 115 | 61 |
| Binary | 11011010 | 11011100 | 11100 | 1 | 0 | 1010111 | 1110 | 111101 | 1001101 | 110001 |
Color Harmonies of #DADC1C
Complementary color
Monochromatic Colors of #DADC1C
Black with #DADC1C
Text Example
Text Example
White with #DADC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC1C; }
p { color: rgb(218,220,28); }
H1.HeaderClassName
{
color: #DADC1C;
}
.AnyTagClassName
{
color: #DADC1C;
}
</style>
background-color css
<style>
a { background-color: #DADC1C; }
a { background-color: rgb(218,220,28); }
div.DivClassName
{
background-color: #DADC1C;
}
.BgClassName
{
background-color: #DADC1C;
}
</style>
border-color css
<style>
span { border-color: #DADC1C; }
span { border-color: rgb(218,220,28); }
td.TdClassName
{
border-color: #DADC1C;
}
.TagClassName
{
border-color: #DADC1C;
}
</style>