Shades of Bitter Lemon #D3DA42
Tints of Bitter Lemon #D3DA42
RGB
CMYK
RGB Variations
Color information
#D3DA42 (or 0xD3DA42) is known color: Bitter Lemon. HEX triplet: D3, DA and 42. RGB value is (211,218,66). Sum of RGB (Red+Green+Blue) = 211+218+66=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 66 (26.17% from 255 or 13.33% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DA42 is #2C25BD. Grayscale: #C7C7C7. Windows color (decimal): -2893246 or 4381395. OLE color: 4381395.
HSL color Cylindrical-coordinate representation of color #D3DA42: hue angle of 62.76º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3DA42 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 218 | 66 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.15 |
| HSL | 62.76º | 0.67% | 0.56% | - |
| HSV(B) | 62.76º | 0.7% | 0.85% | - |
| XYZ | 52.92 | 64.39 | 14.79 | - |
| YUV | 198.58 | 53.18 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 66 | 0.03 | 0 | 0.70 | 0.15 | 62.76 | 0.67 | 0.56 |
| Hex | D3 | DA | 42 | 3 | 0 | 46 | F | 3F | 43 | 38 |
| Octal | 323 | 332 | 102 | 3 | 0 | 106 | 17 | 77 | 103 | 70 |
| Binary | 11010011 | 11011010 | 1000010 | 11 | 0 | 1000110 | 1111 | 111111 | 1000011 | 111000 |
Color Harmonies of #D3DA42
Complementary color
Monochromatic Colors of #D3DA42
Black with #D3DA42
Text Example
Text Example
White with #D3DA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DA42; }
p { color: rgb(211,218,66); }
H1.HeaderClassName
{
color: #D3DA42;
}
.AnyTagClassName
{
color: #D3DA42;
}
</style>
background-color css
<style>
a { background-color: #D3DA42; }
a { background-color: rgb(211,218,66); }
div.DivClassName
{
background-color: #D3DA42;
}
.BgClassName
{
background-color: #D3DA42;
}
</style>
border-color css
<style>
span { border-color: #D3DA42; }
span { border-color: rgb(211,218,66); }
td.TdClassName
{
border-color: #D3DA42;
}
.TagClassName
{
border-color: #D3DA42;
}
</style>