Shades of Bitter Lemon #D7DB3A
Tints of Bitter Lemon #D7DB3A
RGB
CMYK
RGB Variations
Color information
#D7DB3A (or 0xD7DB3A) is known color: Bitter Lemon. HEX triplet: D7, DB and 3A. RGB value is (215,219,58). Sum of RGB (Red+Green+Blue) = 215+219+58=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 58 (23.05% from 255 or 11.79% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DB3A is #2824C5. Grayscale: #C8C8C8. Windows color (decimal): -2630854 or 3857367. OLE color: 3857367.
HSL color Cylindrical-coordinate representation of color #D7DB3A: hue angle of 61.49º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D7DB3A is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 58 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.14 |
| HSL | 61.49º | 0.69% | 0.54% | - |
| HSV(B) | 61.49º | 0.74% | 0.86% | - |
| XYZ | 54.12 | 65.42 | 13.78 | - |
| YUV | 199.45 | 48.17 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 58 | 0.02 | 0 | 0.74 | 0.14 | 61.49 | 0.69 | 0.54 |
| Hex | D7 | DB | 3A | 2 | 0 | 4A | E | 3D | 45 | 36 |
| Octal | 327 | 333 | 72 | 2 | 0 | 112 | 16 | 75 | 105 | 66 |
| Binary | 11010111 | 11011011 | 111010 | 10 | 0 | 1001010 | 1110 | 111101 | 1000101 | 110110 |
Color Harmonies of #D7DB3A
Complementary color
Monochromatic Colors of #D7DB3A
Black with #D7DB3A
Text Example
Text Example
White with #D7DB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DB3A; }
p { color: rgb(215,219,58); }
H1.HeaderClassName
{
color: #D7DB3A;
}
.AnyTagClassName
{
color: #D7DB3A;
}
</style>
background-color css
<style>
a { background-color: #D7DB3A; }
a { background-color: rgb(215,219,58); }
div.DivClassName
{
background-color: #D7DB3A;
}
.BgClassName
{
background-color: #D7DB3A;
}
</style>
border-color css
<style>
span { border-color: #D7DB3A; }
span { border-color: rgb(215,219,58); }
td.TdClassName
{
border-color: #D7DB3A;
}
.TagClassName
{
border-color: #D7DB3A;
}
</style>