Shades of Bitter Lemon #D3D032
Tints of Bitter Lemon #D3D032
RGB
CMYK
RGB Variations
Color information
#D3D032 (or 0xD3D032) is known color: Bitter Lemon. HEX triplet: D3, D0 and 32. RGB value is (211,208,50). Sum of RGB (Red+Green+Blue) = 211+208+50=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 50 (19.92% from 255 or 10.66% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D032 is #2C2FCD. Grayscale: #BFBFBF. Windows color (decimal): -2895822 or 3330259. OLE color: 3330259.
HSL color Cylindrical-coordinate representation of color #D3D032: hue angle of 58.88º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3D032 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 208 | 50 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.17 |
| HSL | 58.88º | 0.65% | 0.51% | - |
| HSV(B) | 58.88º | 0.76% | 0.83% | - |
| XYZ | 50 | 59.19 | 11.81 | - |
| YUV | 190.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 208 | 50 | 0 | 0.01 | 0.76 | 0.17 | 58.88 | 0.65 | 0.51 |
| Hex | D3 | D0 | 32 | 0 | 1 | 4C | 11 | 3B | 41 | 33 |
| Octal | 323 | 320 | 62 | 0 | 1 | 114 | 21 | 73 | 101 | 63 |
| Binary | 11010011 | 11010000 | 110010 | 0 | 1 | 1001100 | 10001 | 111011 | 1000001 | 110011 |
Color Harmonies of #D3D032
Complementary color
Monochromatic Colors of #D3D032
Black with #D3D032
Text Example
Text Example
White with #D3D032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D032; }
p { color: rgb(211,208,50); }
H1.HeaderClassName
{
color: #D3D032;
}
.AnyTagClassName
{
color: #D3D032;
}
</style>
background-color css
<style>
a { background-color: #D3D032; }
a { background-color: rgb(211,208,50); }
div.DivClassName
{
background-color: #D3D032;
}
.BgClassName
{
background-color: #D3D032;
}
</style>
border-color css
<style>
span { border-color: #D3D032; }
span { border-color: rgb(211,208,50); }
td.TdClassName
{
border-color: #D3D032;
}
.TagClassName
{
border-color: #D3D032;
}
</style>