Shades of Bitter Lemon #DBDB2F
Tints of Bitter Lemon #DBDB2F
RGB
CMYK
RGB Variations
Color information
#DBDB2F (or 0xDBDB2F) is known color: Bitter Lemon. HEX triplet: DB, DB and 2F. RGB value is (219,219,47). Sum of RGB (Red+Green+Blue) = 219+219+47=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 47 (18.75% from 255 or 9.69% from 485); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB2F is #2424D0. Grayscale: #C8C8C8. Windows color (decimal): -2368721 or 3136475. OLE color: 3136475.
HSL color Cylindrical-coordinate representation of color #DBDB2F: hue angle of 60º degrees, saturation: 0.7, 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 #DBDB2F is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 47 | - |
CMYK | 0 | 0 | 0.79 | 0.14 |
HSL | 60º | 0.7% | 0.52% | - |
HSV(B) | 60º | 0.79% | 0.86% | - |
XYZ | 55.06 | 65.93 | 12.51 | - |
YUV | 199.39 | 42 | 141.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 47 | 0 | 0 | 0.79 | 0.14 | 60 | 0.7 | 0.52 |
Hex | DB | DB | 2F | 0 | 0 | 4F | E | 3C | 46 | 34 |
Octal | 333 | 333 | 57 | 0 | 0 | 117 | 16 | 74 | 106 | 64 |
Binary | 11011011 | 11011011 | 101111 | 0 | 0 | 1001111 | 1110 | 111100 | 1000110 | 110100 |
Color Harmonies of #DBDB2F
Complementary color
Monochromatic Colors of #DBDB2F
Black with #DBDB2F
Text Example
Text Example
White with #DBDB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB2F; }
p { color: rgb(219,219,47); }
H1.HeaderClassName
{
color: #DBDB2F;
}
.AnyTagClassName
{
color: #DBDB2F;
}
</style>
background-color css
<style>
a { background-color: #DBDB2F; }
a { background-color: rgb(219,219,47); }
div.DivClassName
{
background-color: #DBDB2F;
}
.BgClassName
{
background-color: #DBDB2F;
}
</style>
border-color css
<style>
span { border-color: #DBDB2F; }
span { border-color: rgb(219,219,47); }
td.TdClassName
{
border-color: #DBDB2F;
}
.TagClassName
{
border-color: #DBDB2F;
}
</style>