Shades of Bitter Lemon #D3DB3D
Tints of Bitter Lemon #D3DB3D
RGB
CMYK
RGB Variations
Color information
#D3DB3D (or 0xD3DB3D) is known color: Bitter Lemon. HEX triplet: D3, DB and 3D. RGB value is (211,219,61). Sum of RGB (Red+Green+Blue) = 211+219+61=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 61 (24.22% from 255 or 12.42% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DB3D is #2C24C2. Grayscale: #C7C7C7. Windows color (decimal): -2892995 or 4053971. OLE color: 4053971.
HSL color Cylindrical-coordinate representation of color #D3DB3D: hue angle of 63.04º 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 #D3DB3D is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 61 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.14 |
| HSL | 63.04º | 0.69% | 0.55% | - |
| HSV(B) | 63.04º | 0.72% | 0.86% | - |
| XYZ | 53.04 | 64.85 | 14.14 | - |
| YUV | 198.6 | 50.35 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 61 | 0.04 | 0 | 0.72 | 0.14 | 63.04 | 0.69 | 0.55 |
| Hex | D3 | DB | 3D | 4 | 0 | 48 | E | 3F | 45 | 37 |
| Octal | 323 | 333 | 75 | 4 | 0 | 110 | 16 | 77 | 105 | 67 |
| Binary | 11010011 | 11011011 | 111101 | 100 | 0 | 1001000 | 1110 | 111111 | 1000101 | 110111 |
Color Harmonies of #D3DB3D
Complementary color
Monochromatic Colors of #D3DB3D
Black with #D3DB3D
Text Example
Text Example
White with #D3DB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DB3D; }
p { color: rgb(211,219,61); }
H1.HeaderClassName
{
color: #D3DB3D;
}
.AnyTagClassName
{
color: #D3DB3D;
}
</style>
background-color css
<style>
a { background-color: #D3DB3D; }
a { background-color: rgb(211,219,61); }
div.DivClassName
{
background-color: #D3DB3D;
}
.BgClassName
{
background-color: #D3DB3D;
}
</style>
border-color css
<style>
span { border-color: #D3DB3D; }
span { border-color: rgb(211,219,61); }
td.TdClassName
{
border-color: #D3DB3D;
}
.TagClassName
{
border-color: #D3DB3D;
}
</style>