Shades of Bitter Lemon #DAD42D
Tints of Bitter Lemon #DAD42D
RGB
CMYK
RGB Variations
Color information
#DAD42D (or 0xDAD42D) is known color: Bitter Lemon. HEX triplet: DA, D4 and 2D. RGB value is (218,212,45). Sum of RGB (Red+Green+Blue) = 218+212+45=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 45 (17.97% from 255 or 9.47% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD42D is #252BD2. Grayscale: #C3C3C3. Windows color (decimal): -2436051 or 3003610. OLE color: 3003610.
HSL color Cylindrical-coordinate representation of color #DAD42D: hue angle of 57.92º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAD42D is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 212 | 45 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.15 |
| HSL | 57.92º | 0.7% | 0.52% | - |
| HSV(B) | 57.92º | 0.79% | 0.85% | - |
| XYZ | 52.93 | 62.18 | 11.7 | - |
| YUV | 194.76 | 43.49 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 212 | 45 | 0 | 0.03 | 0.79 | 0.15 | 57.92 | 0.7 | 0.52 |
| Hex | DA | D4 | 2D | 0 | 3 | 4F | F | 3A | 46 | 34 |
| Octal | 332 | 324 | 55 | 0 | 3 | 117 | 17 | 72 | 106 | 64 |
| Binary | 11011010 | 11010100 | 101101 | 0 | 11 | 1001111 | 1111 | 111010 | 1000110 | 110100 |
Color Harmonies of #DAD42D
Complementary color
Monochromatic Colors of #DAD42D
Black with #DAD42D
Text Example
Text Example
White with #DAD42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD42D; }
p { color: rgb(218,212,45); }
H1.HeaderClassName
{
color: #DAD42D;
}
.AnyTagClassName
{
color: #DAD42D;
}
</style>
background-color css
<style>
a { background-color: #DAD42D; }
a { background-color: rgb(218,212,45); }
div.DivClassName
{
background-color: #DAD42D;
}
.BgClassName
{
background-color: #DAD42D;
}
</style>
border-color css
<style>
span { border-color: #DAD42D; }
span { border-color: rgb(218,212,45); }
td.TdClassName
{
border-color: #DAD42D;
}
.TagClassName
{
border-color: #DAD42D;
}
</style>