Shades of Bitter Lemon #D5D02B
Tints of Bitter Lemon #D5D02B
RGB
CMYK
RGB Variations
Color information
#D5D02B (or 0xD5D02B) is known color: Bitter Lemon. HEX triplet: D5, D0 and 2B. RGB value is (213,208,43). Sum of RGB (Red+Green+Blue) = 213+208+43=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 43 (17.19% from 255 or 9.27% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D02B is #2A2FD4. Grayscale: #BFBFBF. Windows color (decimal): -2764757 or 2871509. OLE color: 2871509.
HSL color Cylindrical-coordinate representation of color #D5D02B: hue angle of 58.24º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5D02B is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 208 | 43 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.16 |
| HSL | 58.24º | 0.67% | 0.5% | - |
| HSV(B) | 58.24º | 0.8% | 0.84% | - |
| XYZ | 50.43 | 59.43 | 11.1 | - |
| YUV | 190.69 | 44.66 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 208 | 43 | 0 | 0.02 | 0.80 | 0.16 | 58.24 | 0.67 | 0.5 |
| Hex | D5 | D0 | 2B | 0 | 2 | 50 | 10 | 3A | 43 | 32 |
| Octal | 325 | 320 | 53 | 0 | 2 | 120 | 20 | 72 | 103 | 62 |
| Binary | 11010101 | 11010000 | 101011 | 0 | 10 | 1010000 | 10000 | 111010 | 1000011 | 110010 |
Color Harmonies of #D5D02B
Complementary color
Monochromatic Colors of #D5D02B
Black with #D5D02B
Text Example
Text Example
White with #D5D02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D02B; }
p { color: rgb(213,208,43); }
H1.HeaderClassName
{
color: #D5D02B;
}
.AnyTagClassName
{
color: #D5D02B;
}
</style>
background-color css
<style>
a { background-color: #D5D02B; }
a { background-color: rgb(213,208,43); }
div.DivClassName
{
background-color: #D5D02B;
}
.BgClassName
{
background-color: #D5D02B;
}
</style>
border-color css
<style>
span { border-color: #D5D02B; }
span { border-color: rgb(213,208,43); }
td.TdClassName
{
border-color: #D5D02B;
}
.TagClassName
{
border-color: #D5D02B;
}
</style>