Shades of Bitter Lemon #D5D93F
Tints of Bitter Lemon #D5D93F
RGB
CMYK
RGB Variations
Color information
#D5D93F (or 0xD5D93F) is known color: Bitter Lemon. HEX triplet: D5, D9 and 3F. RGB value is (213,217,63). Sum of RGB (Red+Green+Blue) = 213+217+63=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 63 (25% from 255 or 12.78% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D93F is #2A26C0. Grayscale: #C6C6C6. Windows color (decimal): -2762433 or 4184533. OLE color: 4184533.
HSL color Cylindrical-coordinate representation of color #D5D93F: hue angle of 61.56º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5D93F is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 217 | 63 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.15 |
| HSL | 61.56º | 0.67% | 0.55% | - |
| HSV(B) | 61.56º | 0.71% | 0.85% | - |
| XYZ | 53.15 | 64.13 | 14.28 | - |
| YUV | 198.25 | 51.67 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 217 | 63 | 0.02 | 0 | 0.71 | 0.15 | 61.56 | 0.67 | 0.55 |
| Hex | D5 | D9 | 3F | 2 | 0 | 47 | F | 3E | 43 | 37 |
| Octal | 325 | 331 | 77 | 2 | 0 | 107 | 17 | 76 | 103 | 67 |
| Binary | 11010101 | 11011001 | 111111 | 10 | 0 | 1000111 | 1111 | 111110 | 1000011 | 110111 |
Color Harmonies of #D5D93F
Complementary color
Monochromatic Colors of #D5D93F
Black with #D5D93F
Text Example
Text Example
White with #D5D93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D93F; }
p { color: rgb(213,217,63); }
H1.HeaderClassName
{
color: #D5D93F;
}
.AnyTagClassName
{
color: #D5D93F;
}
</style>
background-color css
<style>
a { background-color: #D5D93F; }
a { background-color: rgb(213,217,63); }
div.DivClassName
{
background-color: #D5D93F;
}
.BgClassName
{
background-color: #D5D93F;
}
</style>
border-color css
<style>
span { border-color: #D5D93F; }
span { border-color: rgb(213,217,63); }
td.TdClassName
{
border-color: #D5D93F;
}
.TagClassName
{
border-color: #D5D93F;
}
</style>