Shades of Bitter Lemon #D4D738
Tints of Bitter Lemon #D4D738
RGB
CMYK
RGB Variations
Color information
#D4D738 (or 0xD4D738) is known color: Bitter Lemon. HEX triplet: D4, D7 and 38. RGB value is (212,215,56). Sum of RGB (Red+Green+Blue) = 212+215+56=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 56 (22.27% from 255 or 11.59% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D738 is #2B28C7. Grayscale: #C4C4C4. Windows color (decimal): -2828488 or 3725268. OLE color: 3725268.
HSL color Cylindrical-coordinate representation of color #D4D738: hue angle of 61.13º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4D738 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 215 | 56 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.16 |
| HSL | 61.13º | 0.67% | 0.53% | - |
| HSV(B) | 61.13º | 0.74% | 0.84% | - |
| XYZ | 52.17 | 62.88 | 13.13 | - |
| YUV | 195.98 | 49.01 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 56 | 0.01 | 0 | 0.74 | 0.16 | 61.13 | 0.67 | 0.53 |
| Hex | D4 | D7 | 38 | 1 | 0 | 4A | 10 | 3D | 43 | 35 |
| Octal | 324 | 327 | 70 | 1 | 0 | 112 | 20 | 75 | 103 | 65 |
| Binary | 11010100 | 11010111 | 111000 | 1 | 0 | 1001010 | 10000 | 111101 | 1000011 | 110101 |
Color Harmonies of #D4D738
Complementary color
Monochromatic Colors of #D4D738
Black with #D4D738
Text Example
Text Example
White with #D4D738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D738; }
p { color: rgb(212,215,56); }
H1.HeaderClassName
{
color: #D4D738;
}
.AnyTagClassName
{
color: #D4D738;
}
</style>
background-color css
<style>
a { background-color: #D4D738; }
a { background-color: rgb(212,215,56); }
div.DivClassName
{
background-color: #D4D738;
}
.BgClassName
{
background-color: #D4D738;
}
</style>
border-color css
<style>
span { border-color: #D4D738; }
span { border-color: rgb(212,215,56); }
td.TdClassName
{
border-color: #D4D738;
}
.TagClassName
{
border-color: #D4D738;
}
</style>