Shades of Bitter Lemon #D3D339
Tints of Bitter Lemon #D3D339
RGB
CMYK
RGB Variations
Color information
#D3D339 (or 0xD3D339) is known color: Bitter Lemon. HEX triplet: D3, D3 and 39. RGB value is (211,211,57). Sum of RGB (Red+Green+Blue) = 211+211+57=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 57 (22.66% from 255 or 11.90% from 479); Max value from RGB is 211 - color contains mainly: red, green. Hex color #D3D339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D339 is #2C2CC6. Grayscale: #C2C2C2. Windows color (decimal): -2895047 or 3789779. OLE color: 3789779.
HSL color Cylindrical-coordinate representation of color #D3D339: hue angle of 60º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3D339 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 211 | 57 | - |
| CMYK | 0 | 0 | 0.73 | 0.17 |
| HSL | 60º | 0.64% | 0.53% | - |
| HSV(B) | 60º | 0.73% | 0.83% | - |
| XYZ | 50.9 | 60.73 | 12.91 | - |
| YUV | 193.44 | 51 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 211 | 57 | 0 | 0 | 0.73 | 0.17 | 60 | 0.64 | 0.53 |
| Hex | D3 | D3 | 39 | 0 | 0 | 49 | 11 | 3C | 40 | 35 |
| Octal | 323 | 323 | 71 | 0 | 0 | 111 | 21 | 74 | 100 | 65 |
| Binary | 11010011 | 11010011 | 111001 | 0 | 0 | 1001001 | 10001 | 111100 | 1000000 | 110101 |
Color Harmonies of #D3D339
Complementary color
Monochromatic Colors of #D3D339
Black with #D3D339
Text Example
Text Example
White with #D3D339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D339; }
p { color: rgb(211,211,57); }
H1.HeaderClassName
{
color: #D3D339;
}
.AnyTagClassName
{
color: #D3D339;
}
</style>
background-color css
<style>
a { background-color: #D3D339; }
a { background-color: rgb(211,211,57); }
div.DivClassName
{
background-color: #D3D339;
}
.BgClassName
{
background-color: #D3D339;
}
</style>
border-color css
<style>
span { border-color: #D3D339; }
span { border-color: rgb(211,211,57); }
td.TdClassName
{
border-color: #D3D339;
}
.TagClassName
{
border-color: #D3D339;
}
</style>