Shades of Bitter Lemon #DBDF20
Tints of Bitter Lemon #DBDF20
RGB
CMYK
RGB Variations
Color information
#DBDF20 (or 0xDBDF20) is known color: Bitter Lemon. HEX triplet: DB, DF and 20. RGB value is (219,223,32). Sum of RGB (Red+Green+Blue) = 219+223+32=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 32 (12.89% from 255 or 6.75% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF20 is #2420DF. Grayscale: #C8C8C8. Windows color (decimal): -2367712 or 2154459. OLE color: 2154459.
HSL color Cylindrical-coordinate representation of color #DBDF20: hue angle of 61.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBDF20 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 223 | 32 | - |
CMYK | 0.02 | 0 | 0.86 | 0.13 |
HSL | 61.26º | 0.75% | 0.5% | - |
HSV(B) | 61.26º | 0.86% | 0.87% | - |
XYZ | 55.86 | 67.94 | 11.54 | - |
YUV | 200.03 | 33.17 | 141.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 32 | 0.02 | 0 | 0.86 | 0.13 | 61.26 | 0.75 | 0.5 |
Hex | DB | DF | 20 | 2 | 0 | 56 | D | 3D | 4B | 32 |
Octal | 333 | 337 | 40 | 2 | 0 | 126 | 15 | 75 | 113 | 62 |
Binary | 11011011 | 11011111 | 100000 | 10 | 0 | 1010110 | 1101 | 111101 | 1001011 | 110010 |
Color Harmonies of #DBDF20
Complementary color
Monochromatic Colors of #DBDF20
Black with #DBDF20
Text Example
Text Example
White with #DBDF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF20; }
p { color: rgb(219,223,32); }
H1.HeaderClassName
{
color: #DBDF20;
}
.AnyTagClassName
{
color: #DBDF20;
}
</style>
background-color css
<style>
a { background-color: #DBDF20; }
a { background-color: rgb(219,223,32); }
div.DivClassName
{
background-color: #DBDF20;
}
.BgClassName
{
background-color: #DBDF20;
}
</style>
border-color css
<style>
span { border-color: #DBDF20; }
span { border-color: rgb(219,223,32); }
td.TdClassName
{
border-color: #DBDF20;
}
.TagClassName
{
border-color: #DBDF20;
}
</style>