Shades of Bitter Lemon #D5D53C
Tints of Bitter Lemon #D5D53C
RGB
CMYK
RGB Variations
Color information
#D5D53C (or 0xD5D53C) is known color: Bitter Lemon. HEX triplet: D5, D5 and 3C. RGB value is (213,213,60). Sum of RGB (Red+Green+Blue) = 213+213+60=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 60 (23.83% from 255 or 12.35% from 486); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D53C is #2A2AC3. Grayscale: #C4C4C4. Windows color (decimal): -2763460 or 3986901. OLE color: 3986901.
HSL color Cylindrical-coordinate representation of color #D5D53C: hue angle of 60º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5D53C is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 213 | 60 | - |
| CMYK | 0 | 0 | 0.72 | 0.16 |
| HSL | 60º | 0.65% | 0.54% | - |
| HSV(B) | 60º | 0.72% | 0.84% | - |
| XYZ | 52.05 | 62.06 | 13.51 | - |
| YUV | 195.56 | 51.5 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 213 | 60 | 0 | 0 | 0.72 | 0.16 | 60 | 0.65 | 0.54 |
| Hex | D5 | D5 | 3C | 0 | 0 | 48 | 10 | 3C | 41 | 36 |
| Octal | 325 | 325 | 74 | 0 | 0 | 110 | 20 | 74 | 101 | 66 |
| Binary | 11010101 | 11010101 | 111100 | 0 | 0 | 1001000 | 10000 | 111100 | 1000001 | 110110 |
Color Harmonies of #D5D53C
Complementary color
Monochromatic Colors of #D5D53C
Black with #D5D53C
Text Example
Text Example
White with #D5D53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D53C; }
p { color: rgb(213,213,60); }
H1.HeaderClassName
{
color: #D5D53C;
}
.AnyTagClassName
{
color: #D5D53C;
}
</style>
background-color css
<style>
a { background-color: #D5D53C; }
a { background-color: rgb(213,213,60); }
div.DivClassName
{
background-color: #D5D53C;
}
.BgClassName
{
background-color: #D5D53C;
}
</style>
border-color css
<style>
span { border-color: #D5D53C; }
span { border-color: rgb(213,213,60); }
td.TdClassName
{
border-color: #D5D53C;
}
.TagClassName
{
border-color: #D5D53C;
}
</style>