Shades of Bitter Lemon #DBD631
Tints of Bitter Lemon #DBD631
RGB
CMYK
RGB Variations
Color information
#DBD631 (or 0xDBD631) is known color: Bitter Lemon. HEX triplet: DB, D6 and 31. RGB value is (219,214,49). Sum of RGB (Red+Green+Blue) = 219+214+49=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 49 (19.53% from 255 or 10.17% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD631 is #2429CE. Grayscale: #C5C5C5. Windows color (decimal): -2369999 or 3266267. OLE color: 3266267.
HSL color Cylindrical-coordinate representation of color #DBD631: hue angle of 58.24º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBD631 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 49 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.14 |
| HSL | 58.24º | 0.7% | 0.53% | - |
| HSV(B) | 58.24º | 0.78% | 0.86% | - |
| XYZ | 53.81 | 63.37 | 12.3 | - |
| YUV | 196.69 | 44.66 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 49 | 0 | 0.02 | 0.78 | 0.14 | 58.24 | 0.7 | 0.53 |
| Hex | DB | D6 | 31 | 0 | 2 | 4E | E | 3A | 46 | 35 |
| Octal | 333 | 326 | 61 | 0 | 2 | 116 | 16 | 72 | 106 | 65 |
| Binary | 11011011 | 11010110 | 110001 | 0 | 10 | 1001110 | 1110 | 111010 | 1000110 | 110101 |
Color Harmonies of #DBD631
Complementary color
Monochromatic Colors of #DBD631
Black with #DBD631
Text Example
Text Example
White with #DBD631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD631; }
p { color: rgb(219,214,49); }
H1.HeaderClassName
{
color: #DBD631;
}
.AnyTagClassName
{
color: #DBD631;
}
</style>
background-color css
<style>
a { background-color: #DBD631; }
a { background-color: rgb(219,214,49); }
div.DivClassName
{
background-color: #DBD631;
}
.BgClassName
{
background-color: #DBD631;
}
</style>
border-color css
<style>
span { border-color: #DBD631; }
span { border-color: rgb(219,214,49); }
td.TdClassName
{
border-color: #DBD631;
}
.TagClassName
{
border-color: #DBD631;
}
</style>