Shades of Bitter Lemon #DAD430
Tints of Bitter Lemon #DAD430
RGB
CMYK
RGB Variations
Color information
#DAD430 (or 0xDAD430) is known color: Bitter Lemon. HEX triplet: DA, D4 and 30. RGB value is (218,212,48). Sum of RGB (Red+Green+Blue) = 218+212+48=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 48 (19.14% from 255 or 10.04% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD430 is #252BCF. Grayscale: #C3C3C3. Windows color (decimal): -2436048 or 3200218. OLE color: 3200218.
HSL color Cylindrical-coordinate representation of color #DAD430: hue angle of 57.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAD430 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 212 | 48 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.15 |
| HSL | 57.88º | 0.7% | 0.52% | - |
| HSV(B) | 57.88º | 0.78% | 0.85% | - |
| XYZ | 52.99 | 62.21 | 12.01 | - |
| YUV | 195.1 | 44.99 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 212 | 48 | 0 | 0.03 | 0.78 | 0.15 | 57.88 | 0.7 | 0.52 |
| Hex | DA | D4 | 30 | 0 | 3 | 4E | F | 3A | 46 | 34 |
| Octal | 332 | 324 | 60 | 0 | 3 | 116 | 17 | 72 | 106 | 64 |
| Binary | 11011010 | 11010100 | 110000 | 0 | 11 | 1001110 | 1111 | 111010 | 1000110 | 110100 |
Color Harmonies of #DAD430
Complementary color
Monochromatic Colors of #DAD430
Black with #DAD430
Text Example
Text Example
White with #DAD430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD430; }
p { color: rgb(218,212,48); }
H1.HeaderClassName
{
color: #DAD430;
}
.AnyTagClassName
{
color: #DAD430;
}
</style>
background-color css
<style>
a { background-color: #DAD430; }
a { background-color: rgb(218,212,48); }
div.DivClassName
{
background-color: #DAD430;
}
.BgClassName
{
background-color: #DAD430;
}
</style>
border-color css
<style>
span { border-color: #DAD430; }
span { border-color: rgb(218,212,48); }
td.TdClassName
{
border-color: #DAD430;
}
.TagClassName
{
border-color: #DAD430;
}
</style>