Shades of Bitter Lemon #D3DD42
Tints of Bitter Lemon #D3DD42
RGB
CMYK
RGB Variations
Color information
#D3DD42 (or 0xD3DD42) is known color: Bitter Lemon. HEX triplet: D3, DD and 42. RGB value is (211,221,66). Sum of RGB (Red+Green+Blue) = 211+221+66=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DD42 is #2C22BD. Grayscale: #C8C8C8. Windows color (decimal): -2892478 or 4382163. OLE color: 4382163.
HSL color Cylindrical-coordinate representation of color #D3DD42: hue angle of 63.87º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3DD42 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 66 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.13 |
| HSL | 63.87º | 0.7% | 0.56% | - |
| HSV(B) | 63.87º | 0.7% | 0.87% | - |
| XYZ | 53.7 | 65.96 | 15.05 | - |
| YUV | 200.34 | 52.19 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 66 | 0.05 | 0 | 0.70 | 0.13 | 63.87 | 0.7 | 0.56 |
| Hex | D3 | DD | 42 | 5 | 0 | 46 | D | 40 | 46 | 38 |
| Octal | 323 | 335 | 102 | 5 | 0 | 106 | 15 | 100 | 106 | 70 |
| Binary | 11010011 | 11011101 | 1000010 | 101 | 0 | 1000110 | 1101 | 1000000 | 1000110 | 111000 |
Color Harmonies of #D3DD42
Complementary color
Monochromatic Colors of #D3DD42
Black with #D3DD42
Text Example
Text Example
White with #D3DD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DD42; }
p { color: rgb(211,221,66); }
H1.HeaderClassName
{
color: #D3DD42;
}
.AnyTagClassName
{
color: #D3DD42;
}
</style>
background-color css
<style>
a { background-color: #D3DD42; }
a { background-color: rgb(211,221,66); }
div.DivClassName
{
background-color: #D3DD42;
}
.BgClassName
{
background-color: #D3DD42;
}
</style>
border-color css
<style>
span { border-color: #D3DD42; }
span { border-color: rgb(211,221,66); }
td.TdClassName
{
border-color: #D3DD42;
}
.TagClassName
{
border-color: #D3DD42;
}
</style>