Shades of Bitter Lemon #DBDD23
Tints of Bitter Lemon #DBDD23
RGB
CMYK
RGB Variations
Color information
#DBDD23 (or 0xDBDD23) is known color: Bitter Lemon. HEX triplet: DB, DD and 23. RGB value is (219,221,35). Sum of RGB (Red+Green+Blue) = 219+221+35=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 35 (14.06% from 255 or 7.37% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD23 is #2422DC. Grayscale: #C7C7C7. Windows color (decimal): -2368221 or 2350555. OLE color: 2350555.
HSL color Cylindrical-coordinate representation of color #DBDD23: hue angle of 60.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBDD23 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 35 | - |
CMYK | 0.01 | 0 | 0.84 | 0.13 |
HSL | 60.65º | 0.73% | 0.5% | - |
HSV(B) | 60.65º | 0.84% | 0.87% | - |
XYZ | 55.37 | 66.89 | 11.58 | - |
YUV | 199.2 | 35.34 | 142.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 35 | 0.01 | 0 | 0.84 | 0.13 | 60.65 | 0.73 | 0.5 |
Hex | DB | DD | 23 | 1 | 0 | 54 | D | 3D | 49 | 32 |
Octal | 333 | 335 | 43 | 1 | 0 | 124 | 15 | 75 | 111 | 62 |
Binary | 11011011 | 11011101 | 100011 | 1 | 0 | 1010100 | 1101 | 111101 | 1001001 | 110010 |
Color Harmonies of #DBDD23
Complementary color
Monochromatic Colors of #DBDD23
Black with #DBDD23
Text Example
Text Example
White with #DBDD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD23; }
p { color: rgb(219,221,35); }
H1.HeaderClassName
{
color: #DBDD23;
}
.AnyTagClassName
{
color: #DBDD23;
}
</style>
background-color css
<style>
a { background-color: #DBDD23; }
a { background-color: rgb(219,221,35); }
div.DivClassName
{
background-color: #DBDD23;
}
.BgClassName
{
background-color: #DBDD23;
}
</style>
border-color css
<style>
span { border-color: #DBDD23; }
span { border-color: rgb(219,221,35); }
td.TdClassName
{
border-color: #DBDD23;
}
.TagClassName
{
border-color: #DBDD23;
}
</style>