Shades of Bitter Lemon #D7D93A
Tints of Bitter Lemon #D7D93A
RGB
CMYK
RGB Variations
Color information
#D7D93A (or 0xD7D93A) is known color: Bitter Lemon. HEX triplet: D7, D9 and 3A. RGB value is (215,217,58). Sum of RGB (Red+Green+Blue) = 215+217+58=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D93A is #2826C5. Grayscale: #C6C6C6. Windows color (decimal): -2631366 or 3856855. OLE color: 3856855.
HSL color Cylindrical-coordinate representation of color #D7D93A: hue angle of 60.75º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7D93A is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 217 | 58 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.15 |
| HSL | 60.75º | 0.68% | 0.54% | - |
| HSV(B) | 60.75º | 0.73% | 0.85% | - |
| XYZ | 53.6 | 64.38 | 13.6 | - |
| YUV | 198.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 217 | 58 | 0.01 | 0 | 0.73 | 0.15 | 60.75 | 0.68 | 0.54 |
| Hex | D7 | D9 | 3A | 1 | 0 | 49 | F | 3D | 44 | 36 |
| Octal | 327 | 331 | 72 | 1 | 0 | 111 | 17 | 75 | 104 | 66 |
| Binary | 11010111 | 11011001 | 111010 | 1 | 0 | 1001001 | 1111 | 111101 | 1000100 | 110110 |
Color Harmonies of #D7D93A
Complementary color
Monochromatic Colors of #D7D93A
Black with #D7D93A
Text Example
Text Example
White with #D7D93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D93A; }
p { color: rgb(215,217,58); }
H1.HeaderClassName
{
color: #D7D93A;
}
.AnyTagClassName
{
color: #D7D93A;
}
</style>
background-color css
<style>
a { background-color: #D7D93A; }
a { background-color: rgb(215,217,58); }
div.DivClassName
{
background-color: #D7D93A;
}
.BgClassName
{
background-color: #D7D93A;
}
</style>
border-color css
<style>
span { border-color: #D7D93A; }
span { border-color: rgb(215,217,58); }
td.TdClassName
{
border-color: #D7D93A;
}
.TagClassName
{
border-color: #D7D93A;
}
</style>