Shades of Bitter Lemon #DBDB23
Tints of Bitter Lemon #DBDB23
RGB
CMYK
RGB Variations
Color information
#DBDB23 (or 0xDBDB23) is known color: Bitter Lemon. HEX triplet: DB, DB and 23. RGB value is (219,219,35). Sum of RGB (Red+Green+Blue) = 219+219+35=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 35 (14.06% from 255 or 7.40% from 473); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB23 is #2424DC. Grayscale: #C6C6C6. Windows color (decimal): -2368733 or 2350043. OLE color: 2350043.
HSL color Cylindrical-coordinate representation of color #DBDB23: hue angle of 60º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBDB23 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 35 | - |
CMYK | 0 | 0 | 0.84 | 0.14 |
HSL | 60º | 0.72% | 0.5% | - |
HSV(B) | 60º | 0.84% | 0.86% | - |
XYZ | 54.85 | 65.84 | 11.41 | - |
YUV | 198.02 | 36 | 142.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 35 | 0 | 0 | 0.84 | 0.14 | 60 | 0.72 | 0.5 |
Hex | DB | DB | 23 | 0 | 0 | 54 | E | 3C | 48 | 32 |
Octal | 333 | 333 | 43 | 0 | 0 | 124 | 16 | 74 | 110 | 62 |
Binary | 11011011 | 11011011 | 100011 | 0 | 0 | 1010100 | 1110 | 111100 | 1001000 | 110010 |
Color Harmonies of #DBDB23
Complementary color
Monochromatic Colors of #DBDB23
Black with #DBDB23
Text Example
Text Example
White with #DBDB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB23; }
p { color: rgb(219,219,35); }
H1.HeaderClassName
{
color: #DBDB23;
}
.AnyTagClassName
{
color: #DBDB23;
}
</style>
background-color css
<style>
a { background-color: #DBDB23; }
a { background-color: rgb(219,219,35); }
div.DivClassName
{
background-color: #DBDB23;
}
.BgClassName
{
background-color: #DBDB23;
}
</style>
border-color css
<style>
span { border-color: #DBDB23; }
span { border-color: rgb(219,219,35); }
td.TdClassName
{
border-color: #DBDB23;
}
.TagClassName
{
border-color: #DBDB23;
}
</style>