Shades of Bitter Lemon #DAD52D
Tints of Bitter Lemon #DAD52D
RGB
CMYK
RGB Variations
Color information
#DAD52D (or 0xDAD52D) is known color: Bitter Lemon. HEX triplet: DA, D5 and 2D. RGB value is (218,213,45). Sum of RGB (Red+Green+Blue) = 218+213+45=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 45 (17.97% from 255 or 9.45% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD52D is #252AD2. Grayscale: #C4C4C4. Windows color (decimal): -2435795 or 3003866. OLE color: 3003866.
HSL color Cylindrical-coordinate representation of color #DAD52D: hue angle of 58.27º 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 #DAD52D is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 213 | 45 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.15 |
| HSL | 58.27º | 0.7% | 0.52% | - |
| HSV(B) | 58.27º | 0.79% | 0.85% | - |
| XYZ | 53.18 | 62.68 | 11.78 | - |
| YUV | 195.34 | 43.16 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 213 | 45 | 0 | 0.02 | 0.79 | 0.15 | 58.27 | 0.7 | 0.52 |
| Hex | DA | D5 | 2D | 0 | 2 | 4F | F | 3A | 46 | 34 |
| Octal | 332 | 325 | 55 | 0 | 2 | 117 | 17 | 72 | 106 | 64 |
| Binary | 11011010 | 11010101 | 101101 | 0 | 10 | 1001111 | 1111 | 111010 | 1000110 | 110100 |
Color Harmonies of #DAD52D
Complementary color
Monochromatic Colors of #DAD52D
Black with #DAD52D
Text Example
Text Example
White with #DAD52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD52D; }
p { color: rgb(218,213,45); }
H1.HeaderClassName
{
color: #DAD52D;
}
.AnyTagClassName
{
color: #DAD52D;
}
</style>
background-color css
<style>
a { background-color: #DAD52D; }
a { background-color: rgb(218,213,45); }
div.DivClassName
{
background-color: #DAD52D;
}
.BgClassName
{
background-color: #DAD52D;
}
</style>
border-color css
<style>
span { border-color: #DAD52D; }
span { border-color: rgb(218,213,45); }
td.TdClassName
{
border-color: #DAD52D;
}
.TagClassName
{
border-color: #DAD52D;
}
</style>