Shades of Bitter Lemon #D7D636
Tints of Bitter Lemon #D7D636
RGB
CMYK
RGB Variations
Color information
#D7D636 (or 0xD7D636) is known color: Bitter Lemon. HEX triplet: D7, D6 and 36. RGB value is (215,214,54). Sum of RGB (Red+Green+Blue) = 215+214+54=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 54 (21.48% from 255 or 11.18% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D636 is #2829C9. Grayscale: #C4C4C4. Windows color (decimal): -2632138 or 3593943. OLE color: 3593943.
HSL color Cylindrical-coordinate representation of color #D7D636: hue angle of 59.63º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D7D636 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 214 | 54 | - |
| CMYK | 0 | 0.00 | 0.75 | 0.16 |
| HSL | 59.63º | 0.67% | 0.53% | - |
| HSV(B) | 59.63º | 0.75% | 0.84% | - |
| XYZ | 52.74 | 62.81 | 12.83 | - |
| YUV | 196.06 | 47.83 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 214 | 54 | 0 | 0.00 | 0.75 | 0.16 | 59.63 | 0.67 | 0.53 |
| Hex | D7 | D6 | 36 | 0 | 0 | 4B | 10 | 3C | 43 | 35 |
| Octal | 327 | 326 | 66 | 0 | 0 | 113 | 20 | 74 | 103 | 65 |
| Binary | 11010111 | 11010110 | 110110 | 0 | 0 | 1001011 | 10000 | 111100 | 1000011 | 110101 |
Color Harmonies of #D7D636
Complementary color
Monochromatic Colors of #D7D636
Black with #D7D636
Text Example
Text Example
White with #D7D636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D636; }
p { color: rgb(215,214,54); }
H1.HeaderClassName
{
color: #D7D636;
}
.AnyTagClassName
{
color: #D7D636;
}
</style>
background-color css
<style>
a { background-color: #D7D636; }
a { background-color: rgb(215,214,54); }
div.DivClassName
{
background-color: #D7D636;
}
.BgClassName
{
background-color: #D7D636;
}
</style>
border-color css
<style>
span { border-color: #D7D636; }
span { border-color: rgb(215,214,54); }
td.TdClassName
{
border-color: #D7D636;
}
.TagClassName
{
border-color: #D7D636;
}
</style>