Shades of Bitter Lemon #D4D628
Tints of Bitter Lemon #D4D628
RGB
CMYK
RGB Variations
Color information
#D4D628 (or 0xD4D628) is known color: Bitter Lemon. HEX triplet: D4, D6 and 28. RGB value is (212,214,40). Sum of RGB (Red+Green+Blue) = 212+214+40=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 40 (16.02% from 255 or 8.58% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D628 is #2B29D7. Grayscale: #C2C2C2. Windows color (decimal): -2828760 or 2676436. OLE color: 2676436.
HSL color Cylindrical-coordinate representation of color #D4D628: hue angle of 60.69º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4D628 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 40 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.16 |
| HSL | 60.69º | 0.69% | 0.5% | - |
| HSV(B) | 60.69º | 0.81% | 0.84% | - |
| XYZ | 51.58 | 62.24 | 11.3 | - |
| YUV | 193.57 | 41.34 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 40 | 0.01 | 0 | 0.81 | 0.16 | 60.69 | 0.69 | 0.5 |
| Hex | D4 | D6 | 28 | 1 | 0 | 51 | 10 | 3D | 45 | 32 |
| Octal | 324 | 326 | 50 | 1 | 0 | 121 | 20 | 75 | 105 | 62 |
| Binary | 11010100 | 11010110 | 101000 | 1 | 0 | 1010001 | 10000 | 111101 | 1000101 | 110010 |
Color Harmonies of #D4D628
Complementary color
Monochromatic Colors of #D4D628
Black with #D4D628
Text Example
Text Example
White with #D4D628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D628; }
p { color: rgb(212,214,40); }
H1.HeaderClassName
{
color: #D4D628;
}
.AnyTagClassName
{
color: #D4D628;
}
</style>
background-color css
<style>
a { background-color: #D4D628; }
a { background-color: rgb(212,214,40); }
div.DivClassName
{
background-color: #D4D628;
}
.BgClassName
{
background-color: #D4D628;
}
</style>
border-color css
<style>
span { border-color: #D4D628; }
span { border-color: rgb(212,214,40); }
td.TdClassName
{
border-color: #D4D628;
}
.TagClassName
{
border-color: #D4D628;
}
</style>