Shades of Bitter Lemon #DBDB2A
Tints of Bitter Lemon #DBDB2A
RGB
CMYK
RGB Variations
Color information
#DBDB2A (or 0xDBDB2A) is known color: Bitter Lemon. HEX triplet: DB, DB and 2A. RGB value is (219,219,42). Sum of RGB (Red+Green+Blue) = 219+219+42=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 42 (16.80% from 255 or 8.75% from 480); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB2A is #2424D5. Grayscale: #C7C7C7. Windows color (decimal): -2368726 or 2808795. OLE color: 2808795.
HSL color Cylindrical-coordinate representation of color #DBDB2A: hue angle of 60º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBDB2A is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 42 | - |
CMYK | 0 | 0 | 0.81 | 0.14 |
HSL | 60º | 0.71% | 0.51% | - |
HSV(B) | 60º | 0.81% | 0.86% | - |
XYZ | 54.96 | 65.89 | 12.01 | - |
YUV | 198.82 | 39.5 | 142.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 42 | 0 | 0 | 0.81 | 0.14 | 60 | 0.71 | 0.51 |
Hex | DB | DB | 2A | 0 | 0 | 51 | E | 3C | 47 | 33 |
Octal | 333 | 333 | 52 | 0 | 0 | 121 | 16 | 74 | 107 | 63 |
Binary | 11011011 | 11011011 | 101010 | 0 | 0 | 1010001 | 1110 | 111100 | 1000111 | 110011 |
Color Harmonies of #DBDB2A
Complementary color
Monochromatic Colors of #DBDB2A
Black with #DBDB2A
Text Example
Text Example
White with #DBDB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB2A; }
p { color: rgb(219,219,42); }
H1.HeaderClassName
{
color: #DBDB2A;
}
.AnyTagClassName
{
color: #DBDB2A;
}
</style>
background-color css
<style>
a { background-color: #DBDB2A; }
a { background-color: rgb(219,219,42); }
div.DivClassName
{
background-color: #DBDB2A;
}
.BgClassName
{
background-color: #DBDB2A;
}
</style>
border-color css
<style>
span { border-color: #DBDB2A; }
span { border-color: rgb(219,219,42); }
td.TdClassName
{
border-color: #DBDB2A;
}
.TagClassName
{
border-color: #DBDB2A;
}
</style>