Shades of Bitter Lemon #D4D730
Tints of Bitter Lemon #D4D730
RGB
CMYK
RGB Variations
Color information
#D4D730 (or 0xD4D730) is known color: Bitter Lemon. HEX triplet: D4, D7 and 30. RGB value is (212,215,48). Sum of RGB (Red+Green+Blue) = 212+215+48=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 48 (19.14% from 255 or 10.11% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D730 is #2B28CF. Grayscale: #C3C3C3. Windows color (decimal): -2828496 or 3200980. OLE color: 3200980.
HSL color Cylindrical-coordinate representation of color #D4D730: hue angle of 61.08º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4D730 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 215 | 48 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.16 |
| HSL | 61.08º | 0.68% | 0.52% | - |
| HSV(B) | 61.08º | 0.78% | 0.84% | - |
| XYZ | 51.99 | 62.81 | 12.18 | - |
| YUV | 195.07 | 45.01 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 48 | 0.01 | 0 | 0.78 | 0.16 | 61.08 | 0.68 | 0.52 |
| Hex | D4 | D7 | 30 | 1 | 0 | 4E | 10 | 3D | 44 | 34 |
| Octal | 324 | 327 | 60 | 1 | 0 | 116 | 20 | 75 | 104 | 64 |
| Binary | 11010100 | 11010111 | 110000 | 1 | 0 | 1001110 | 10000 | 111101 | 1000100 | 110100 |
Color Harmonies of #D4D730
Complementary color
Monochromatic Colors of #D4D730
Black with #D4D730
Text Example
Text Example
White with #D4D730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D730; }
p { color: rgb(212,215,48); }
H1.HeaderClassName
{
color: #D4D730;
}
.AnyTagClassName
{
color: #D4D730;
}
</style>
background-color css
<style>
a { background-color: #D4D730; }
a { background-color: rgb(212,215,48); }
div.DivClassName
{
background-color: #D4D730;
}
.BgClassName
{
background-color: #D4D730;
}
</style>
border-color css
<style>
span { border-color: #D4D730; }
span { border-color: rgb(212,215,48); }
td.TdClassName
{
border-color: #D4D730;
}
.TagClassName
{
border-color: #D4D730;
}
</style>