Shades of Bitter Lemon #D7D83C
Tints of Bitter Lemon #D7D83C
RGB
CMYK
RGB Variations
Color information
#D7D83C (or 0xD7D83C) is known color: Bitter Lemon. HEX triplet: D7, D8 and 3C. RGB value is (215,216,60). Sum of RGB (Red+Green+Blue) = 215+216+60=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 60 (23.83% from 255 or 12.22% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #D7D83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D83C is #2827C3. Grayscale: #C6C6C6. Windows color (decimal): -2631620 or 3987671. OLE color: 3987671.
HSL color Cylindrical-coordinate representation of color #D7D83C: 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.72%. Process color model (Four color, CMYK) of #D7D83C is Cyan = 0.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 216 | 60 | - |
| CMYK | 0.00 | 0 | 0.72 | 0.15 |
| HSL | 60.38º | 0.67% | 0.54% | - |
| HSV(B) | 60.38º | 0.72% | 0.85% | - |
| XYZ | 53.4 | 63.89 | 13.79 | - |
| YUV | 197.92 | 50.17 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 216 | 60 | 0.00 | 0 | 0.72 | 0.15 | 60.38 | 0.67 | 0.54 |
| Hex | D7 | D8 | 3C | 0 | 0 | 48 | F | 3C | 43 | 36 |
| Octal | 327 | 330 | 74 | 0 | 0 | 110 | 17 | 74 | 103 | 66 |
| Binary | 11010111 | 11011000 | 111100 | 0 | 0 | 1001000 | 1111 | 111100 | 1000011 | 110110 |
Color Harmonies of #D7D83C
Complementary color
Monochromatic Colors of #D7D83C
Black with #D7D83C
Text Example
Text Example
White with #D7D83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D83C; }
p { color: rgb(215,216,60); }
H1.HeaderClassName
{
color: #D7D83C;
}
.AnyTagClassName
{
color: #D7D83C;
}
</style>
background-color css
<style>
a { background-color: #D7D83C; }
a { background-color: rgb(215,216,60); }
div.DivClassName
{
background-color: #D7D83C;
}
.BgClassName
{
background-color: #D7D83C;
}
</style>
border-color css
<style>
span { border-color: #D7D83C; }
span { border-color: rgb(215,216,60); }
td.TdClassName
{
border-color: #D7D83C;
}
.TagClassName
{
border-color: #D7D83C;
}
</style>