Shades of Bitter Lemon #D4D62C
Tints of Bitter Lemon #D4D62C
RGB
CMYK
RGB Variations
Color information
#D4D62C (or 0xD4D62C) is known color: Bitter Lemon. HEX triplet: D4, D6 and 2C. RGB value is (212,214,44). Sum of RGB (Red+Green+Blue) = 212+214+44=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 44 (17.58% from 255 or 9.36% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D62C is #2B29D3. Grayscale: #C2C2C2. Windows color (decimal): -2828756 or 2938580. OLE color: 2938580.
HSL color Cylindrical-coordinate representation of color #D4D62C: hue angle of 60.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4D62C is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 44 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.16 |
| HSL | 60.71º | 0.67% | 0.51% | - |
| HSV(B) | 60.71º | 0.79% | 0.84% | - |
| XYZ | 51.65 | 62.27 | 11.68 | - |
| YUV | 194.02 | 43.34 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 44 | 0.01 | 0 | 0.79 | 0.16 | 60.71 | 0.67 | 0.51 |
| Hex | D4 | D6 | 2C | 1 | 0 | 4F | 10 | 3D | 43 | 33 |
| Octal | 324 | 326 | 54 | 1 | 0 | 117 | 20 | 75 | 103 | 63 |
| Binary | 11010100 | 11010110 | 101100 | 1 | 0 | 1001111 | 10000 | 111101 | 1000011 | 110011 |
Color Harmonies of #D4D62C
Complementary color
Monochromatic Colors of #D4D62C
Black with #D4D62C
Text Example
Text Example
White with #D4D62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D62C; }
p { color: rgb(212,214,44); }
H1.HeaderClassName
{
color: #D4D62C;
}
.AnyTagClassName
{
color: #D4D62C;
}
</style>
background-color css
<style>
a { background-color: #D4D62C; }
a { background-color: rgb(212,214,44); }
div.DivClassName
{
background-color: #D4D62C;
}
.BgClassName
{
background-color: #D4D62C;
}
</style>
border-color css
<style>
span { border-color: #D4D62C; }
span { border-color: rgb(212,214,44); }
td.TdClassName
{
border-color: #D4D62C;
}
.TagClassName
{
border-color: #D4D62C;
}
</style>