Shades of Bitter Lemon #D7D434
Tints of Bitter Lemon #D7D434
RGB
CMYK
RGB Variations
Color information
#D7D434 (or 0xD7D434) is known color: Bitter Lemon. HEX triplet: D7, D4 and 34. RGB value is (215,212,52). Sum of RGB (Red+Green+Blue) = 215+212+52=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 52 (20.70% from 255 or 10.86% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D434 is #282BCB. Grayscale: #C3C3C3. Windows color (decimal): -2632652 or 3462359. OLE color: 3462359.
HSL color Cylindrical-coordinate representation of color #D7D434: hue angle of 58.9º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D7D434 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 52 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.16 |
| HSL | 58.9º | 0.67% | 0.52% | - |
| HSV(B) | 58.9º | 0.76% | 0.84% | - |
| XYZ | 52.19 | 61.78 | 12.42 | - |
| YUV | 194.66 | 47.49 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 52 | 0 | 0.01 | 0.76 | 0.16 | 58.9 | 0.67 | 0.52 |
| Hex | D7 | D4 | 34 | 0 | 1 | 4C | 10 | 3B | 43 | 34 |
| Octal | 327 | 324 | 64 | 0 | 1 | 114 | 20 | 73 | 103 | 64 |
| Binary | 11010111 | 11010100 | 110100 | 0 | 1 | 1001100 | 10000 | 111011 | 1000011 | 110100 |
Color Harmonies of #D7D434
Complementary color
Monochromatic Colors of #D7D434
Black with #D7D434
Text Example
Text Example
White with #D7D434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D434; }
p { color: rgb(215,212,52); }
H1.HeaderClassName
{
color: #D7D434;
}
.AnyTagClassName
{
color: #D7D434;
}
</style>
background-color css
<style>
a { background-color: #D7D434; }
a { background-color: rgb(215,212,52); }
div.DivClassName
{
background-color: #D7D434;
}
.BgClassName
{
background-color: #D7D434;
}
</style>
border-color css
<style>
span { border-color: #D7D434; }
span { border-color: rgb(215,212,52); }
td.TdClassName
{
border-color: #D7D434;
}
.TagClassName
{
border-color: #D7D434;
}
</style>