Shades of Bitter Lemon #D5D431
Tints of Bitter Lemon #D5D431
RGB
CMYK
RGB Variations
Color information
#D5D431 (or 0xD5D431) is known color: Bitter Lemon. HEX triplet: D5, D4 and 31. RGB value is (213,212,49). Sum of RGB (Red+Green+Blue) = 213+212+49=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 49 (19.53% from 255 or 10.34% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D431 is #2A2BCE. Grayscale: #C2C2C2. Windows color (decimal): -2763727 or 3265749. OLE color: 3265749.
HSL color Cylindrical-coordinate representation of color #D5D431: hue angle of 59.63º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5D431 is Cyan = 0, Magento = 0.00, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 212 | 49 | - |
| CMYK | 0 | 0.00 | 0.77 | 0.16 |
| HSL | 59.63º | 0.66% | 0.51% | - |
| HSV(B) | 59.63º | 0.77% | 0.84% | - |
| XYZ | 51.54 | 61.45 | 12.05 | - |
| YUV | 193.72 | 46.33 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 49 | 0 | 0.00 | 0.77 | 0.16 | 59.63 | 0.66 | 0.51 |
| Hex | D5 | D4 | 31 | 0 | 0 | 4D | 10 | 3C | 42 | 33 |
| Octal | 325 | 324 | 61 | 0 | 0 | 115 | 20 | 74 | 102 | 63 |
| Binary | 11010101 | 11010100 | 110001 | 0 | 0 | 1001101 | 10000 | 111100 | 1000010 | 110011 |
Color Harmonies of #D5D431
Complementary color
Monochromatic Colors of #D5D431
Black with #D5D431
Text Example
Text Example
White with #D5D431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D431; }
p { color: rgb(213,212,49); }
H1.HeaderClassName
{
color: #D5D431;
}
.AnyTagClassName
{
color: #D5D431;
}
</style>
background-color css
<style>
a { background-color: #D5D431; }
a { background-color: rgb(213,212,49); }
div.DivClassName
{
background-color: #D5D431;
}
.BgClassName
{
background-color: #D5D431;
}
</style>
border-color css
<style>
span { border-color: #D5D431; }
span { border-color: rgb(213,212,49); }
td.TdClassName
{
border-color: #D5D431;
}
.TagClassName
{
border-color: #D5D431;
}
</style>