Shades of Bitter Lemon #D8D534
Tints of Bitter Lemon #D8D534
RGB
CMYK
RGB Variations
Color information
#D8D534 (or 0xD8D534) is known color: Bitter Lemon. HEX triplet: D8, D5 and 34. RGB value is (216,213,52). Sum of RGB (Red+Green+Blue) = 216+213+52=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D534 is #272ACB. Grayscale: #C4C4C4. Windows color (decimal): -2566860 or 3462616. OLE color: 3462616.
HSL color Cylindrical-coordinate representation of color #D8D534: hue angle of 58.9º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8D534 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 213 | 52 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.15 |
| HSL | 58.9º | 0.68% | 0.53% | - |
| HSV(B) | 58.9º | 0.76% | 0.85% | - |
| XYZ | 52.73 | 62.44 | 12.52 | - |
| YUV | 195.54 | 46.99 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 213 | 52 | 0 | 0.01 | 0.76 | 0.15 | 58.9 | 0.68 | 0.53 |
| Hex | D8 | D5 | 34 | 0 | 1 | 4C | F | 3B | 44 | 35 |
| Octal | 330 | 325 | 64 | 0 | 1 | 114 | 17 | 73 | 104 | 65 |
| Binary | 11011000 | 11010101 | 110100 | 0 | 1 | 1001100 | 1111 | 111011 | 1000100 | 110101 |
Color Harmonies of #D8D534
Complementary color
Monochromatic Colors of #D8D534
Black with #D8D534
Text Example
Text Example
White with #D8D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D534; }
p { color: rgb(216,213,52); }
H1.HeaderClassName
{
color: #D8D534;
}
.AnyTagClassName
{
color: #D8D534;
}
</style>
background-color css
<style>
a { background-color: #D8D534; }
a { background-color: rgb(216,213,52); }
div.DivClassName
{
background-color: #D8D534;
}
.BgClassName
{
background-color: #D8D534;
}
</style>
border-color css
<style>
span { border-color: #D8D534; }
span { border-color: rgb(216,213,52); }
td.TdClassName
{
border-color: #D8D534;
}
.TagClassName
{
border-color: #D8D534;
}
</style>