Shades of Bitter Lemon #DBD827
Tints of Bitter Lemon #DBD827
RGB
CMYK
RGB Variations
Color information
#DBD827 (or 0xDBD827) is known color: Bitter Lemon. HEX triplet: DB, D8 and 27. RGB value is (219,216,39). Sum of RGB (Red+Green+Blue) = 219+216+39=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 39 (15.62% from 255 or 8.23% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD827 is #2427D8. Grayscale: #C5C5C5. Windows color (decimal): -2369497 or 2611419. OLE color: 2611419.
HSL color Cylindrical-coordinate representation of color #DBD827: hue angle of 59º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBD827 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 216 | 39 | - |
CMYK | 0 | 0.01 | 0.82 | 0.14 |
HSL | 59º | 0.71% | 0.51% | - |
HSV(B) | 59º | 0.82% | 0.86% | - |
XYZ | 54.14 | 64.32 | 11.48 | - |
YUV | 196.72 | 38.99 | 143.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 216 | 39 | 0 | 0.01 | 0.82 | 0.14 | 59 | 0.71 | 0.51 |
Hex | DB | D8 | 27 | 0 | 1 | 52 | E | 3B | 47 | 33 |
Octal | 333 | 330 | 47 | 0 | 1 | 122 | 16 | 73 | 107 | 63 |
Binary | 11011011 | 11011000 | 100111 | 0 | 1 | 1010010 | 1110 | 111011 | 1000111 | 110011 |
Color Harmonies of #DBD827
Complementary color
Monochromatic Colors of #DBD827
Black with #DBD827
Text Example
Text Example
White with #DBD827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD827; }
p { color: rgb(219,216,39); }
H1.HeaderClassName
{
color: #DBD827;
}
.AnyTagClassName
{
color: #DBD827;
}
</style>
background-color css
<style>
a { background-color: #DBD827; }
a { background-color: rgb(219,216,39); }
div.DivClassName
{
background-color: #DBD827;
}
.BgClassName
{
background-color: #DBD827;
}
</style>
border-color css
<style>
span { border-color: #DBD827; }
span { border-color: rgb(219,216,39); }
td.TdClassName
{
border-color: #DBD827;
}
.TagClassName
{
border-color: #DBD827;
}
</style>