Shades of Bitter Lemon #D5D130
Tints of Bitter Lemon #D5D130
RGB
CMYK
RGB Variations
Color information
#D5D130 (or 0xD5D130) is known color: Bitter Lemon. HEX triplet: D5, D1 and 30. RGB value is (213,209,48). Sum of RGB (Red+Green+Blue) = 213+209+48=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 48 (19.14% from 255 or 10.21% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D130 is #2A2ECF. Grayscale: #C0C0C0. Windows color (decimal): -2764496 or 3199445. OLE color: 3199445.
HSL color Cylindrical-coordinate representation of color #D5D130: hue angle of 58.55º 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 #D5D130 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 48 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.16 |
| HSL | 58.55º | 0.66% | 0.51% | - |
| HSV(B) | 58.55º | 0.77% | 0.84% | - |
| XYZ | 50.77 | 59.96 | 11.69 | - |
| YUV | 191.84 | 46.83 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 48 | 0 | 0.02 | 0.77 | 0.16 | 58.55 | 0.66 | 0.51 |
| Hex | D5 | D1 | 30 | 0 | 2 | 4D | 10 | 3B | 42 | 33 |
| Octal | 325 | 321 | 60 | 0 | 2 | 115 | 20 | 73 | 102 | 63 |
| Binary | 11010101 | 11010001 | 110000 | 0 | 10 | 1001101 | 10000 | 111011 | 1000010 | 110011 |
Color Harmonies of #D5D130
Complementary color
Monochromatic Colors of #D5D130
Black with #D5D130
Text Example
Text Example
White with #D5D130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D130; }
p { color: rgb(213,209,48); }
H1.HeaderClassName
{
color: #D5D130;
}
.AnyTagClassName
{
color: #D5D130;
}
</style>
background-color css
<style>
a { background-color: #D5D130; }
a { background-color: rgb(213,209,48); }
div.DivClassName
{
background-color: #D5D130;
}
.BgClassName
{
background-color: #D5D130;
}
</style>
border-color css
<style>
span { border-color: #D5D130; }
span { border-color: rgb(213,209,48); }
td.TdClassName
{
border-color: #D5D130;
}
.TagClassName
{
border-color: #D5D130;
}
</style>