Shades of Bitter Lemon #DAD628
Tints of Bitter Lemon #DAD628
RGB
CMYK
RGB Variations
Color information
#DAD628 (or 0xDAD628) is known color: Bitter Lemon. HEX triplet: DA, D6 and 28. RGB value is (218,214,40). Sum of RGB (Red+Green+Blue) = 218+214+40=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD628 is #2529D7. Grayscale: #C4C4C4. Windows color (decimal): -2435544 or 2676442. OLE color: 2676442.
HSL color Cylindrical-coordinate representation of color #DAD628: hue angle of 58.65º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAD628 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 40 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.15 |
| HSL | 58.65º | 0.71% | 0.51% | - |
| HSV(B) | 58.65º | 0.82% | 0.85% | - |
| XYZ | 53.34 | 63.15 | 11.39 | - |
| YUV | 195.36 | 40.33 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 40 | 0 | 0.02 | 0.82 | 0.15 | 58.65 | 0.71 | 0.51 |
| Hex | DA | D6 | 28 | 0 | 2 | 52 | F | 3B | 47 | 33 |
| Octal | 332 | 326 | 50 | 0 | 2 | 122 | 17 | 73 | 107 | 63 |
| Binary | 11011010 | 11010110 | 101000 | 0 | 10 | 1010010 | 1111 | 111011 | 1000111 | 110011 |
Color Harmonies of #DAD628
Complementary color
Monochromatic Colors of #DAD628
Black with #DAD628
Text Example
Text Example
White with #DAD628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD628; }
p { color: rgb(218,214,40); }
H1.HeaderClassName
{
color: #DAD628;
}
.AnyTagClassName
{
color: #DAD628;
}
</style>
background-color css
<style>
a { background-color: #DAD628; }
a { background-color: rgb(218,214,40); }
div.DivClassName
{
background-color: #DAD628;
}
.BgClassName
{
background-color: #DAD628;
}
</style>
border-color css
<style>
span { border-color: #DAD628; }
span { border-color: rgb(218,214,40); }
td.TdClassName
{
border-color: #DAD628;
}
.TagClassName
{
border-color: #DAD628;
}
</style>