Shades of Bitter Lemon #D4DB3D
Tints of Bitter Lemon #D4DB3D
RGB
CMYK
RGB Variations
Color information
#D4DB3D (or 0xD4DB3D) is known color: Bitter Lemon. HEX triplet: D4, DB and 3D. RGB value is (212,219,61). Sum of RGB (Red+Green+Blue) = 212+219+61=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 61 (24.22% from 255 or 12.40% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DB3D is #2B24C2. Grayscale: #C7C7C7. Windows color (decimal): -2827459 or 4053972. OLE color: 4053972.
HSL color Cylindrical-coordinate representation of color #D4DB3D: hue angle of 62.66º 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 #D4DB3D is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 219 | 61 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.14 |
| HSL | 62.66º | 0.69% | 0.55% | - |
| HSV(B) | 62.66º | 0.72% | 0.86% | - |
| XYZ | 53.33 | 65 | 14.15 | - |
| YUV | 198.9 | 50.18 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 219 | 61 | 0.03 | 0 | 0.72 | 0.14 | 62.66 | 0.69 | 0.55 |
| Hex | D4 | DB | 3D | 3 | 0 | 48 | E | 3F | 45 | 37 |
| Octal | 324 | 333 | 75 | 3 | 0 | 110 | 16 | 77 | 105 | 67 |
| Binary | 11010100 | 11011011 | 111101 | 11 | 0 | 1001000 | 1110 | 111111 | 1000101 | 110111 |
Color Harmonies of #D4DB3D
Complementary color
Monochromatic Colors of #D4DB3D
Black with #D4DB3D
Text Example
Text Example
White with #D4DB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DB3D; }
p { color: rgb(212,219,61); }
H1.HeaderClassName
{
color: #D4DB3D;
}
.AnyTagClassName
{
color: #D4DB3D;
}
</style>
background-color css
<style>
a { background-color: #D4DB3D; }
a { background-color: rgb(212,219,61); }
div.DivClassName
{
background-color: #D4DB3D;
}
.BgClassName
{
background-color: #D4DB3D;
}
</style>
border-color css
<style>
span { border-color: #D4DB3D; }
span { border-color: rgb(212,219,61); }
td.TdClassName
{
border-color: #D4DB3D;
}
.TagClassName
{
border-color: #D4DB3D;
}
</style>