Shades of Bitter Lemon #D7D83A
Tints of Bitter Lemon #D7D83A
RGB
CMYK
RGB Variations
Color information
#D7D83A (or 0xD7D83A) is known color: Bitter Lemon. HEX triplet: D7, D8 and 3A. RGB value is (215,216,58). Sum of RGB (Red+Green+Blue) = 215+216+58=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #D7D83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D83A is #2827C5. Grayscale: #C6C6C6. Windows color (decimal): -2631622 or 3856599. OLE color: 3856599.
HSL color Cylindrical-coordinate representation of color #D7D83A: hue angle of 60.38º degrees, saturation: 0.67, 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 #D7D83A is Cyan = 0.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 216 | 58 | - |
| CMYK | 0.00 | 0 | 0.73 | 0.15 |
| HSL | 60.38º | 0.67% | 0.54% | - |
| HSV(B) | 60.38º | 0.73% | 0.85% | - |
| XYZ | 53.34 | 63.86 | 13.52 | - |
| YUV | 197.69 | 49.17 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 216 | 58 | 0.00 | 0 | 0.73 | 0.15 | 60.38 | 0.67 | 0.54 |
| Hex | D7 | D8 | 3A | 0 | 0 | 49 | F | 3C | 43 | 36 |
| Octal | 327 | 330 | 72 | 0 | 0 | 111 | 17 | 74 | 103 | 66 |
| Binary | 11010111 | 11011000 | 111010 | 0 | 0 | 1001001 | 1111 | 111100 | 1000011 | 110110 |
Color Harmonies of #D7D83A
Complementary color
Monochromatic Colors of #D7D83A
Black with #D7D83A
Text Example
Text Example
White with #D7D83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D83A; }
p { color: rgb(215,216,58); }
H1.HeaderClassName
{
color: #D7D83A;
}
.AnyTagClassName
{
color: #D7D83A;
}
</style>
background-color css
<style>
a { background-color: #D7D83A; }
a { background-color: rgb(215,216,58); }
div.DivClassName
{
background-color: #D7D83A;
}
.BgClassName
{
background-color: #D7D83A;
}
</style>
border-color css
<style>
span { border-color: #D7D83A; }
span { border-color: rgb(215,216,58); }
td.TdClassName
{
border-color: #D7D83A;
}
.TagClassName
{
border-color: #D7D83A;
}
</style>