Shades of Bitter Lemon #D7D431
Tints of Bitter Lemon #D7D431
RGB
CMYK
RGB Variations
Color information
#D7D431 (or 0xD7D431) is known color: Bitter Lemon. HEX triplet: D7, D4 and 31. RGB value is (215,212,49). Sum of RGB (Red+Green+Blue) = 215+212+49=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D431 is #282BCE. Grayscale: #C2C2C2. Windows color (decimal): -2632655 or 3265751. OLE color: 3265751.
HSL color Cylindrical-coordinate representation of color #D7D431: hue angle of 58.92º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7D431 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 49 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.16 |
| HSL | 58.92º | 0.67% | 0.52% | - |
| HSV(B) | 58.92º | 0.77% | 0.84% | - |
| XYZ | 52.12 | 61.76 | 12.08 | - |
| YUV | 194.32 | 45.99 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 49 | 0 | 0.01 | 0.77 | 0.16 | 58.92 | 0.67 | 0.52 |
| Hex | D7 | D4 | 31 | 0 | 1 | 4D | 10 | 3B | 43 | 34 |
| Octal | 327 | 324 | 61 | 0 | 1 | 115 | 20 | 73 | 103 | 64 |
| Binary | 11010111 | 11010100 | 110001 | 0 | 1 | 1001101 | 10000 | 111011 | 1000011 | 110100 |
Color Harmonies of #D7D431
Complementary color
Monochromatic Colors of #D7D431
Black with #D7D431
Text Example
Text Example
White with #D7D431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D431; }
p { color: rgb(215,212,49); }
H1.HeaderClassName
{
color: #D7D431;
}
.AnyTagClassName
{
color: #D7D431;
}
</style>
background-color css
<style>
a { background-color: #D7D431; }
a { background-color: rgb(215,212,49); }
div.DivClassName
{
background-color: #D7D431;
}
.BgClassName
{
background-color: #D7D431;
}
</style>
border-color css
<style>
span { border-color: #D7D431; }
span { border-color: rgb(215,212,49); }
td.TdClassName
{
border-color: #D7D431;
}
.TagClassName
{
border-color: #D7D431;
}
</style>