Shades of Bitter Lemon #D4D631
Tints of Bitter Lemon #D4D631
RGB
CMYK
RGB Variations
Color information
#D4D631 (or 0xD4D631) is known color: Bitter Lemon. HEX triplet: D4, D6 and 31. RGB value is (212,214,49). Sum of RGB (Red+Green+Blue) = 212+214+49=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 49 (19.53% from 255 or 10.32% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D631 is #2B29CE. Grayscale: #C3C3C3. Windows color (decimal): -2828751 or 3266260. OLE color: 3266260.
HSL color Cylindrical-coordinate representation of color #D4D631: hue angle of 60.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4D631 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 49 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.16 |
| HSL | 60.73º | 0.67% | 0.52% | - |
| HSV(B) | 60.73º | 0.77% | 0.84% | - |
| XYZ | 51.75 | 62.31 | 12.21 | - |
| YUV | 194.59 | 45.84 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 49 | 0.01 | 0 | 0.77 | 0.16 | 60.73 | 0.67 | 0.52 |
| Hex | D4 | D6 | 31 | 1 | 0 | 4D | 10 | 3D | 43 | 34 |
| Octal | 324 | 326 | 61 | 1 | 0 | 115 | 20 | 75 | 103 | 64 |
| Binary | 11010100 | 11010110 | 110001 | 1 | 0 | 1001101 | 10000 | 111101 | 1000011 | 110100 |
Color Harmonies of #D4D631
Complementary color
Monochromatic Colors of #D4D631
Black with #D4D631
Text Example
Text Example
White with #D4D631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D631; }
p { color: rgb(212,214,49); }
H1.HeaderClassName
{
color: #D4D631;
}
.AnyTagClassName
{
color: #D4D631;
}
</style>
background-color css
<style>
a { background-color: #D4D631; }
a { background-color: rgb(212,214,49); }
div.DivClassName
{
background-color: #D4D631;
}
.BgClassName
{
background-color: #D4D631;
}
</style>
border-color css
<style>
span { border-color: #D4D631; }
span { border-color: rgb(212,214,49); }
td.TdClassName
{
border-color: #D4D631;
}
.TagClassName
{
border-color: #D4D631;
}
</style>