Shades of Bitter Lemon #D5D42E
Tints of Bitter Lemon #D5D42E
RGB
CMYK
RGB Variations
Color information
#D5D42E (or 0xD5D42E) is known color: Bitter Lemon. HEX triplet: D5, D4 and 2E. RGB value is (213,212,46). Sum of RGB (Red+Green+Blue) = 213+212+46=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 46 (18.36% from 255 or 9.77% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D42E is #2A2BD1. Grayscale: #C2C2C2. Windows color (decimal): -2763730 or 3069141. OLE color: 3069141.
HSL color Cylindrical-coordinate representation of color #D5D42E: hue angle of 59.64º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5D42E is Cyan = 0, Magento = 0.00, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 212 | 46 | - |
| CMYK | 0 | 0.00 | 0.78 | 0.16 |
| HSL | 59.64º | 0.67% | 0.51% | - |
| HSV(B) | 59.64º | 0.78% | 0.84% | - |
| XYZ | 51.48 | 61.43 | 11.73 | - |
| YUV | 193.38 | 44.83 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 46 | 0 | 0.00 | 0.78 | 0.16 | 59.64 | 0.67 | 0.51 |
| Hex | D5 | D4 | 2E | 0 | 0 | 4E | 10 | 3C | 43 | 33 |
| Octal | 325 | 324 | 56 | 0 | 0 | 116 | 20 | 74 | 103 | 63 |
| Binary | 11010101 | 11010100 | 101110 | 0 | 0 | 1001110 | 10000 | 111100 | 1000011 | 110011 |
Color Harmonies of #D5D42E
Complementary color
Monochromatic Colors of #D5D42E
Black with #D5D42E
Text Example
Text Example
White with #D5D42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D42E; }
p { color: rgb(213,212,46); }
H1.HeaderClassName
{
color: #D5D42E;
}
.AnyTagClassName
{
color: #D5D42E;
}
</style>
background-color css
<style>
a { background-color: #D5D42E; }
a { background-color: rgb(213,212,46); }
div.DivClassName
{
background-color: #D5D42E;
}
.BgClassName
{
background-color: #D5D42E;
}
</style>
border-color css
<style>
span { border-color: #D5D42E; }
span { border-color: rgb(213,212,46); }
td.TdClassName
{
border-color: #D5D42E;
}
.TagClassName
{
border-color: #D5D42E;
}
</style>