Shades of Bitter Lemon #DBD42E
Tints of Bitter Lemon #DBD42E
RGB
CMYK
RGB Variations
Color information
#DBD42E (or 0xDBD42E) is known color: Bitter Lemon. HEX triplet: DB, D4 and 2E. RGB value is (219,212,46). Sum of RGB (Red+Green+Blue) = 219+212+46=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 46 (18.36% from 255 or 9.64% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD42E is #242BD1. Grayscale: #C3C3C3. Windows color (decimal): -2370514 or 3069147. OLE color: 3069147.
HSL color Cylindrical-coordinate representation of color #DBD42E: hue angle of 57.57º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBD42E is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 46 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.14 |
| HSL | 57.57º | 0.71% | 0.52% | - |
| HSV(B) | 57.57º | 0.79% | 0.86% | - |
| XYZ | 53.25 | 62.34 | 11.81 | - |
| YUV | 195.17 | 43.82 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 46 | 0 | 0.03 | 0.79 | 0.14 | 57.57 | 0.71 | 0.52 |
| Hex | DB | D4 | 2E | 0 | 3 | 4F | E | 3A | 47 | 34 |
| Octal | 333 | 324 | 56 | 0 | 3 | 117 | 16 | 72 | 107 | 64 |
| Binary | 11011011 | 11010100 | 101110 | 0 | 11 | 1001111 | 1110 | 111010 | 1000111 | 110100 |
Color Harmonies of #DBD42E
Complementary color
Monochromatic Colors of #DBD42E
Black with #DBD42E
Text Example
Text Example
White with #DBD42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD42E; }
p { color: rgb(219,212,46); }
H1.HeaderClassName
{
color: #DBD42E;
}
.AnyTagClassName
{
color: #DBD42E;
}
</style>
background-color css
<style>
a { background-color: #DBD42E; }
a { background-color: rgb(219,212,46); }
div.DivClassName
{
background-color: #DBD42E;
}
.BgClassName
{
background-color: #DBD42E;
}
</style>
border-color css
<style>
span { border-color: #DBD42E; }
span { border-color: rgb(219,212,46); }
td.TdClassName
{
border-color: #DBD42E;
}
.TagClassName
{
border-color: #DBD42E;
}
</style>