Shades of Bitter Lemon #D3DA35
Tints of Bitter Lemon #D3DA35
RGB
CMYK
RGB Variations
Color information
#D3DA35 (or 0xD3DA35) is known color: Bitter Lemon. HEX triplet: D3, DA and 35. RGB value is (211,218,53). Sum of RGB (Red+Green+Blue) = 211+218+53=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 53 (21.09% from 255 or 11.00% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DA35 is #2C25CA. Grayscale: #C5C5C5. Windows color (decimal): -2893259 or 3529427. OLE color: 3529427.
HSL color Cylindrical-coordinate representation of color #D3DA35: hue angle of 62.55º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3DA35 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 218 | 53 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.15 |
| HSL | 62.55º | 0.69% | 0.53% | - |
| HSV(B) | 62.55º | 0.76% | 0.85% | - |
| XYZ | 52.58 | 64.25 | 13 | - |
| YUV | 197.1 | 46.68 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 53 | 0.03 | 0 | 0.76 | 0.15 | 62.55 | 0.69 | 0.53 |
| Hex | D3 | DA | 35 | 3 | 0 | 4C | F | 3F | 45 | 35 |
| Octal | 323 | 332 | 65 | 3 | 0 | 114 | 17 | 77 | 105 | 65 |
| Binary | 11010011 | 11011010 | 110101 | 11 | 0 | 1001100 | 1111 | 111111 | 1000101 | 110101 |
Color Harmonies of #D3DA35
Complementary color
Monochromatic Colors of #D3DA35
Black with #D3DA35
Text Example
Text Example
White with #D3DA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DA35; }
p { color: rgb(211,218,53); }
H1.HeaderClassName
{
color: #D3DA35;
}
.AnyTagClassName
{
color: #D3DA35;
}
</style>
background-color css
<style>
a { background-color: #D3DA35; }
a { background-color: rgb(211,218,53); }
div.DivClassName
{
background-color: #D3DA35;
}
.BgClassName
{
background-color: #D3DA35;
}
</style>
border-color css
<style>
span { border-color: #D3DA35; }
span { border-color: rgb(211,218,53); }
td.TdClassName
{
border-color: #D3DA35;
}
.TagClassName
{
border-color: #D3DA35;
}
</style>