Shades of Bitter Lemon #D3DD23
Tints of Bitter Lemon #D3DD23
RGB
CMYK
RGB Variations
Color information
#D3DD23 (or 0xD3DD23) is known color: Bitter Lemon. HEX triplet: D3, DD and 23. RGB value is (211,221,35). Sum of RGB (Red+Green+Blue) = 211+221+35=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 35 (14.06% from 255 or 7.49% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DD23 is #2C22DC. Grayscale: #C5C5C5. Windows color (decimal): -2892509 or 2350547. OLE color: 2350547.
HSL color Cylindrical-coordinate representation of color #D3DD23: hue angle of 63.23º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3DD23 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 35 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.13 |
| HSL | 63.23º | 0.73% | 0.5% | - |
| HSV(B) | 63.23º | 0.84% | 0.87% | - |
| XYZ | 53.02 | 65.68 | 11.47 | - |
| YUV | 196.81 | 36.69 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 35 | 0.05 | 0 | 0.84 | 0.13 | 63.23 | 0.73 | 0.5 |
| Hex | D3 | DD | 23 | 5 | 0 | 54 | D | 3F | 49 | 32 |
| Octal | 323 | 335 | 43 | 5 | 0 | 124 | 15 | 77 | 111 | 62 |
| Binary | 11010011 | 11011101 | 100011 | 101 | 0 | 1010100 | 1101 | 111111 | 1001001 | 110010 |
Color Harmonies of #D3DD23
Complementary color
Monochromatic Colors of #D3DD23
Black with #D3DD23
Text Example
Text Example
White with #D3DD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DD23; }
p { color: rgb(211,221,35); }
H1.HeaderClassName
{
color: #D3DD23;
}
.AnyTagClassName
{
color: #D3DD23;
}
</style>
background-color css
<style>
a { background-color: #D3DD23; }
a { background-color: rgb(211,221,35); }
div.DivClassName
{
background-color: #D3DD23;
}
.BgClassName
{
background-color: #D3DD23;
}
</style>
border-color css
<style>
span { border-color: #D3DD23; }
span { border-color: rgb(211,221,35); }
td.TdClassName
{
border-color: #D3DD23;
}
.TagClassName
{
border-color: #D3DD23;
}
</style>