Shades of Bitter Lemon #D7D12F
Tints of Bitter Lemon #D7D12F
RGB
CMYK
RGB Variations
Color information
#D7D12F (or 0xD7D12F) is known color: Bitter Lemon. HEX triplet: D7, D1 and 2F. RGB value is (215,209,47). Sum of RGB (Red+Green+Blue) = 215+209+47=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 47 (18.75% from 255 or 9.98% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D12F is #282ED0. Grayscale: #C0C0C0. Windows color (decimal): -2633425 or 3133911. OLE color: 3133911.
HSL color Cylindrical-coordinate representation of color #D7D12F: hue angle of 57.86º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7D12F is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 209 | 47 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.16 |
| HSL | 57.86º | 0.68% | 0.51% | - |
| HSV(B) | 57.86º | 0.78% | 0.84% | - |
| XYZ | 51.34 | 60.25 | 11.61 | - |
| YUV | 192.33 | 45.99 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 209 | 47 | 0 | 0.03 | 0.78 | 0.16 | 57.86 | 0.68 | 0.51 |
| Hex | D7 | D1 | 2F | 0 | 3 | 4E | 10 | 3A | 44 | 33 |
| Octal | 327 | 321 | 57 | 0 | 3 | 116 | 20 | 72 | 104 | 63 |
| Binary | 11010111 | 11010001 | 101111 | 0 | 11 | 1001110 | 10000 | 111010 | 1000100 | 110011 |
Color Harmonies of #D7D12F
Complementary color
Monochromatic Colors of #D7D12F
Black with #D7D12F
Text Example
Text Example
White with #D7D12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D12F; }
p { color: rgb(215,209,47); }
H1.HeaderClassName
{
color: #D7D12F;
}
.AnyTagClassName
{
color: #D7D12F;
}
</style>
background-color css
<style>
a { background-color: #D7D12F; }
a { background-color: rgb(215,209,47); }
div.DivClassName
{
background-color: #D7D12F;
}
.BgClassName
{
background-color: #D7D12F;
}
</style>
border-color css
<style>
span { border-color: #D7D12F; }
span { border-color: rgb(215,209,47); }
td.TdClassName
{
border-color: #D7D12F;
}
.TagClassName
{
border-color: #D7D12F;
}
</style>