Shades of Bitter Lemon #D5D534
Tints of Bitter Lemon #D5D534
RGB
CMYK
RGB Variations
Color information
#D5D534 (or 0xD5D534) is known color: Bitter Lemon. HEX triplet: D5, D5 and 34. RGB value is (213,213,52). Sum of RGB (Red+Green+Blue) = 213+213+52=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D534 is #2A2ACB. Grayscale: #C3C3C3. Windows color (decimal): -2763468 or 3462613. OLE color: 3462613.
HSL color Cylindrical-coordinate representation of color #D5D534: hue angle of 60º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5D534 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 213 | 52 | - |
| CMYK | 0 | 0 | 0.76 | 0.16 |
| HSL | 60º | 0.66% | 0.52% | - |
| HSV(B) | 60º | 0.76% | 0.84% | - |
| XYZ | 51.85 | 61.98 | 12.48 | - |
| YUV | 194.65 | 47.5 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 213 | 52 | 0 | 0 | 0.76 | 0.16 | 60 | 0.66 | 0.52 |
| Hex | D5 | D5 | 34 | 0 | 0 | 4C | 10 | 3C | 42 | 34 |
| Octal | 325 | 325 | 64 | 0 | 0 | 114 | 20 | 74 | 102 | 64 |
| Binary | 11010101 | 11010101 | 110100 | 0 | 0 | 1001100 | 10000 | 111100 | 1000010 | 110100 |
Color Harmonies of #D5D534
Complementary color
Monochromatic Colors of #D5D534
Black with #D5D534
Text Example
Text Example
White with #D5D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D534; }
p { color: rgb(213,213,52); }
H1.HeaderClassName
{
color: #D5D534;
}
.AnyTagClassName
{
color: #D5D534;
}
</style>
background-color css
<style>
a { background-color: #D5D534; }
a { background-color: rgb(213,213,52); }
div.DivClassName
{
background-color: #D5D534;
}
.BgClassName
{
background-color: #D5D534;
}
</style>
border-color css
<style>
span { border-color: #D5D534; }
span { border-color: rgb(213,213,52); }
td.TdClassName
{
border-color: #D5D534;
}
.TagClassName
{
border-color: #D5D534;
}
</style>