Shades of Bitter Lemon #D5D52B
Tints of Bitter Lemon #D5D52B
RGB
CMYK
RGB Variations
Color information
#D5D52B (or 0xD5D52B) is known color: Bitter Lemon. HEX triplet: D5, D5 and 2B. RGB value is (213,213,43). Sum of RGB (Red+Green+Blue) = 213+213+43=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 43 (17.19% from 255 or 9.17% from 469); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D52B is #2A2AD4. Grayscale: #C2C2C2. Windows color (decimal): -2763477 or 2872789. OLE color: 2872789.
HSL color Cylindrical-coordinate representation of color #D5D52B: hue angle of 60º 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 #D5D52B is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 213 | 43 | - |
| CMYK | 0 | 0 | 0.80 | 0.16 |
| HSL | 60º | 0.67% | 0.5% | - |
| HSV(B) | 60º | 0.8% | 0.84% | - |
| XYZ | 51.67 | 61.91 | 11.51 | - |
| YUV | 193.62 | 43 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 213 | 43 | 0 | 0 | 0.80 | 0.16 | 60 | 0.67 | 0.5 |
| Hex | D5 | D5 | 2B | 0 | 0 | 50 | 10 | 3C | 43 | 32 |
| Octal | 325 | 325 | 53 | 0 | 0 | 120 | 20 | 74 | 103 | 62 |
| Binary | 11010101 | 11010101 | 101011 | 0 | 0 | 1010000 | 10000 | 111100 | 1000011 | 110010 |
Color Harmonies of #D5D52B
Complementary color
Monochromatic Colors of #D5D52B
Black with #D5D52B
Text Example
Text Example
White with #D5D52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D52B; }
p { color: rgb(213,213,43); }
H1.HeaderClassName
{
color: #D5D52B;
}
.AnyTagClassName
{
color: #D5D52B;
}
</style>
background-color css
<style>
a { background-color: #D5D52B; }
a { background-color: rgb(213,213,43); }
div.DivClassName
{
background-color: #D5D52B;
}
.BgClassName
{
background-color: #D5D52B;
}
</style>
border-color css
<style>
span { border-color: #D5D52B; }
span { border-color: rgb(213,213,43); }
td.TdClassName
{
border-color: #D5D52B;
}
.TagClassName
{
border-color: #D5D52B;
}
</style>