Shades of Bitter Lemon #DBD02C
Tints of Bitter Lemon #DBD02C
RGB
CMYK
RGB Variations
Color information
#DBD02C (or 0xDBD02C) is known color: Bitter Lemon. HEX triplet: DB, D0 and 2C. RGB value is (219,208,44). Sum of RGB (Red+Green+Blue) = 219+208+44=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD02C is #242FD3. Grayscale: #C1C1C1. Windows color (decimal): -2371540 or 2937051. OLE color: 2937051.
HSL color Cylindrical-coordinate representation of color #DBD02C: hue angle of 56.23º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBD02C is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 44 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.14 |
| HSL | 56.23º | 0.71% | 0.52% | - |
| HSV(B) | 56.23º | 0.8% | 0.86% | - |
| XYZ | 52.22 | 60.35 | 11.28 | - |
| YUV | 192.59 | 44.14 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 44 | 0 | 0.05 | 0.80 | 0.14 | 56.23 | 0.71 | 0.52 |
| Hex | DB | D0 | 2C | 0 | 5 | 50 | E | 38 | 47 | 34 |
| Octal | 333 | 320 | 54 | 0 | 5 | 120 | 16 | 70 | 107 | 64 |
| Binary | 11011011 | 11010000 | 101100 | 0 | 101 | 1010000 | 1110 | 111000 | 1000111 | 110100 |
Color Harmonies of #DBD02C
Complementary color
Monochromatic Colors of #DBD02C
Black with #DBD02C
Text Example
Text Example
White with #DBD02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD02C; }
p { color: rgb(219,208,44); }
H1.HeaderClassName
{
color: #DBD02C;
}
.AnyTagClassName
{
color: #DBD02C;
}
</style>
background-color css
<style>
a { background-color: #DBD02C; }
a { background-color: rgb(219,208,44); }
div.DivClassName
{
background-color: #DBD02C;
}
.BgClassName
{
background-color: #DBD02C;
}
</style>
border-color css
<style>
span { border-color: #DBD02C; }
span { border-color: rgb(219,208,44); }
td.TdClassName
{
border-color: #DBD02C;
}
.TagClassName
{
border-color: #DBD02C;
}
</style>