Shades of Bitter Lemon #DADC2A
Tints of Bitter Lemon #DADC2A
RGB
CMYK
RGB Variations
Color information
#DADC2A (or 0xDADC2A) is known color: Bitter Lemon. HEX triplet: DA, DC and 2A. RGB value is (218,220,42). Sum of RGB (Red+Green+Blue) = 218+220+42=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 42 (16.80% from 255 or 8.75% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC2A is #2523D5. Grayscale: #C7C7C7. Windows color (decimal): -2434006 or 2809050. OLE color: 2809050.
HSL color Cylindrical-coordinate representation of color #DADC2A: hue angle of 60.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DADC2A is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 42 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.14 |
| HSL | 60.67º | 0.72% | 0.51% | - |
| HSV(B) | 60.67º | 0.81% | 0.86% | - |
| XYZ | 54.92 | 66.26 | 12.08 | - |
| YUV | 199.11 | 39.34 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 42 | 0.01 | 0 | 0.81 | 0.14 | 60.67 | 0.72 | 0.51 |
| Hex | DA | DC | 2A | 1 | 0 | 51 | E | 3D | 48 | 33 |
| Octal | 332 | 334 | 52 | 1 | 0 | 121 | 16 | 75 | 110 | 63 |
| Binary | 11011010 | 11011100 | 101010 | 1 | 0 | 1010001 | 1110 | 111101 | 1001000 | 110011 |
Color Harmonies of #DADC2A
Complementary color
Monochromatic Colors of #DADC2A
Black with #DADC2A
Text Example
Text Example
White with #DADC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC2A; }
p { color: rgb(218,220,42); }
H1.HeaderClassName
{
color: #DADC2A;
}
.AnyTagClassName
{
color: #DADC2A;
}
</style>
background-color css
<style>
a { background-color: #DADC2A; }
a { background-color: rgb(218,220,42); }
div.DivClassName
{
background-color: #DADC2A;
}
.BgClassName
{
background-color: #DADC2A;
}
</style>
border-color css
<style>
span { border-color: #DADC2A; }
span { border-color: rgb(218,220,42); }
td.TdClassName
{
border-color: #DADC2A;
}
.TagClassName
{
border-color: #DADC2A;
}
</style>