Shades of Bitter Lemon #DBD530
Tints of Bitter Lemon #DBD530
RGB
CMYK
RGB Variations
Color information
#DBD530 (or 0xDBD530) is known color: Bitter Lemon. HEX triplet: DB, D5 and 30. RGB value is (219,213,48). Sum of RGB (Red+Green+Blue) = 219+213+48=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 48 (19.14% from 255 or 10% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD530 is #242ACF. Grayscale: #C4C4C4. Windows color (decimal): -2370256 or 3200475. OLE color: 3200475.
HSL color Cylindrical-coordinate representation of color #DBD530: hue angle of 57.89º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBD530 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 48 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.14 |
| HSL | 57.89º | 0.7% | 0.52% | - |
| HSV(B) | 57.89º | 0.78% | 0.86% | - |
| XYZ | 53.54 | 62.86 | 12.11 | - |
| YUV | 195.98 | 44.49 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 48 | 0 | 0.03 | 0.78 | 0.14 | 57.89 | 0.7 | 0.52 |
| Hex | DB | D5 | 30 | 0 | 3 | 4E | E | 3A | 46 | 34 |
| Octal | 333 | 325 | 60 | 0 | 3 | 116 | 16 | 72 | 106 | 64 |
| Binary | 11011011 | 11010101 | 110000 | 0 | 11 | 1001110 | 1110 | 111010 | 1000110 | 110100 |
Color Harmonies of #DBD530
Complementary color
Monochromatic Colors of #DBD530
Black with #DBD530
Text Example
Text Example
White with #DBD530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD530; }
p { color: rgb(219,213,48); }
H1.HeaderClassName
{
color: #DBD530;
}
.AnyTagClassName
{
color: #DBD530;
}
</style>
background-color css
<style>
a { background-color: #DBD530; }
a { background-color: rgb(219,213,48); }
div.DivClassName
{
background-color: #DBD530;
}
.BgClassName
{
background-color: #DBD530;
}
</style>
border-color css
<style>
span { border-color: #DBD530; }
span { border-color: rgb(219,213,48); }
td.TdClassName
{
border-color: #DBD530;
}
.TagClassName
{
border-color: #DBD530;
}
</style>