Shades of Bitter Lemon #DBD630
Tints of Bitter Lemon #DBD630
RGB
CMYK
RGB Variations
Color information
#DBD630 (or 0xDBD630) is known color: Bitter Lemon. HEX triplet: DB, D6 and 30. RGB value is (219,214,48). Sum of RGB (Red+Green+Blue) = 219+214+48=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD630 is #2429CF. Grayscale: #C5C5C5. Windows color (decimal): -2370000 or 3200731. OLE color: 3200731.
HSL color Cylindrical-coordinate representation of color #DBD630: hue angle of 58.25º 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 #DBD630 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 48 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.14 |
| HSL | 58.25º | 0.7% | 0.52% | - |
| HSV(B) | 58.25º | 0.78% | 0.86% | - |
| XYZ | 53.79 | 63.37 | 12.19 | - |
| YUV | 196.57 | 44.16 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 48 | 0 | 0.02 | 0.78 | 0.14 | 58.25 | 0.7 | 0.52 |
| Hex | DB | D6 | 30 | 0 | 2 | 4E | E | 3A | 46 | 34 |
| Octal | 333 | 326 | 60 | 0 | 2 | 116 | 16 | 72 | 106 | 64 |
| Binary | 11011011 | 11010110 | 110000 | 0 | 10 | 1001110 | 1110 | 111010 | 1000110 | 110100 |
Color Harmonies of #DBD630
Complementary color
Monochromatic Colors of #DBD630
Black with #DBD630
Text Example
Text Example
White with #DBD630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD630; }
p { color: rgb(219,214,48); }
H1.HeaderClassName
{
color: #DBD630;
}
.AnyTagClassName
{
color: #DBD630;
}
</style>
background-color css
<style>
a { background-color: #DBD630; }
a { background-color: rgb(219,214,48); }
div.DivClassName
{
background-color: #DBD630;
}
.BgClassName
{
background-color: #DBD630;
}
</style>
border-color css
<style>
span { border-color: #DBD630; }
span { border-color: rgb(219,214,48); }
td.TdClassName
{
border-color: #DBD630;
}
.TagClassName
{
border-color: #DBD630;
}
</style>