Shades of Bitter Lemon #D3DC3E
Tints of Bitter Lemon #D3DC3E
RGB
CMYK
RGB Variations
Color information
#D3DC3E (or 0xD3DC3E) is known color: Bitter Lemon. HEX triplet: D3, DC and 3E. RGB value is (211,220,62). Sum of RGB (Red+Green+Blue) = 211+220+62=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 62 (24.61% from 255 or 12.58% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DC3E is #2C23C1. Grayscale: #C7C7C7. Windows color (decimal): -2892738 or 4119763. OLE color: 4119763.
HSL color Cylindrical-coordinate representation of color #D3DC3E: hue angle of 63.42º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D3DC3E is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 220 | 62 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.14 |
| HSL | 63.42º | 0.69% | 0.55% | - |
| HSV(B) | 63.42º | 0.72% | 0.86% | - |
| XYZ | 53.33 | 65.38 | 14.37 | - |
| YUV | 199.3 | 50.52 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 220 | 62 | 0.04 | 0 | 0.72 | 0.14 | 63.42 | 0.69 | 0.55 |
| Hex | D3 | DC | 3E | 4 | 0 | 48 | E | 3F | 45 | 37 |
| Octal | 323 | 334 | 76 | 4 | 0 | 110 | 16 | 77 | 105 | 67 |
| Binary | 11010011 | 11011100 | 111110 | 100 | 0 | 1001000 | 1110 | 111111 | 1000101 | 110111 |
Color Harmonies of #D3DC3E
Complementary color
Monochromatic Colors of #D3DC3E
Black with #D3DC3E
Text Example
Text Example
White with #D3DC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DC3E; }
p { color: rgb(211,220,62); }
H1.HeaderClassName
{
color: #D3DC3E;
}
.AnyTagClassName
{
color: #D3DC3E;
}
</style>
background-color css
<style>
a { background-color: #D3DC3E; }
a { background-color: rgb(211,220,62); }
div.DivClassName
{
background-color: #D3DC3E;
}
.BgClassName
{
background-color: #D3DC3E;
}
</style>
border-color css
<style>
span { border-color: #D3DC3E; }
span { border-color: rgb(211,220,62); }
td.TdClassName
{
border-color: #D3DC3E;
}
.TagClassName
{
border-color: #D3DC3E;
}
</style>