Shades of Bitter Lemon #D4D732
Tints of Bitter Lemon #D4D732
RGB
CMYK
RGB Variations
Color information
#D4D732 (or 0xD4D732) is known color: Bitter Lemon. HEX triplet: D4, D7 and 32. RGB value is (212,215,50). Sum of RGB (Red+Green+Blue) = 212+215+50=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D732 is #2B28CD. Grayscale: #C3C3C3. Windows color (decimal): -2828494 or 3332052. OLE color: 3332052.
HSL color Cylindrical-coordinate representation of color #D4D732: hue angle of 61.09º 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 #D4D732 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 215 | 50 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.16 |
| HSL | 61.09º | 0.67% | 0.52% | - |
| HSV(B) | 61.09º | 0.77% | 0.84% | - |
| XYZ | 52.03 | 62.83 | 12.4 | - |
| YUV | 195.29 | 46.01 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 50 | 0.01 | 0 | 0.77 | 0.16 | 61.09 | 0.67 | 0.52 |
| Hex | D4 | D7 | 32 | 1 | 0 | 4D | 10 | 3D | 43 | 34 |
| Octal | 324 | 327 | 62 | 1 | 0 | 115 | 20 | 75 | 103 | 64 |
| Binary | 11010100 | 11010111 | 110010 | 1 | 0 | 1001101 | 10000 | 111101 | 1000011 | 110100 |
Color Harmonies of #D4D732
Complementary color
Monochromatic Colors of #D4D732
Black with #D4D732
Text Example
Text Example
White with #D4D732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D732; }
p { color: rgb(212,215,50); }
H1.HeaderClassName
{
color: #D4D732;
}
.AnyTagClassName
{
color: #D4D732;
}
</style>
background-color css
<style>
a { background-color: #D4D732; }
a { background-color: rgb(212,215,50); }
div.DivClassName
{
background-color: #D4D732;
}
.BgClassName
{
background-color: #D4D732;
}
</style>
border-color css
<style>
span { border-color: #D4D732; }
span { border-color: rgb(212,215,50); }
td.TdClassName
{
border-color: #D4D732;
}
.TagClassName
{
border-color: #D4D732;
}
</style>