Shades of Bitter Lemon #DBD527
Tints of Bitter Lemon #DBD527
RGB
CMYK
RGB Variations
Color information
#DBD527 (or 0xDBD527) is known color: Bitter Lemon. HEX triplet: DB, D5 and 27. RGB value is (219,213,39). Sum of RGB (Red+Green+Blue) = 219+213+39=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 39 (15.62% from 255 or 8.28% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD527 is #242AD8. Grayscale: #C3C3C3. Windows color (decimal): -2370265 or 2610651. OLE color: 2610651.
HSL color Cylindrical-coordinate representation of color #DBD527: hue angle of 58º 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 #DBD527 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 213 | 39 | - |
CMYK | 0 | 0.03 | 0.82 | 0.14 |
HSL | 58º | 0.71% | 0.51% | - |
HSV(B) | 58º | 0.82% | 0.86% | - |
XYZ | 53.37 | 62.8 | 11.23 | - |
YUV | 194.96 | 39.99 | 145.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 213 | 39 | 0 | 0.03 | 0.82 | 0.14 | 58 | 0.71 | 0.51 |
Hex | DB | D5 | 27 | 0 | 3 | 52 | E | 3A | 47 | 33 |
Octal | 333 | 325 | 47 | 0 | 3 | 122 | 16 | 72 | 107 | 63 |
Binary | 11011011 | 11010101 | 100111 | 0 | 11 | 1010010 | 1110 | 111010 | 1000111 | 110011 |
Color Harmonies of #DBD527
Complementary color
Monochromatic Colors of #DBD527
Black with #DBD527
Text Example
Text Example
White with #DBD527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD527; }
p { color: rgb(219,213,39); }
H1.HeaderClassName
{
color: #DBD527;
}
.AnyTagClassName
{
color: #DBD527;
}
</style>
background-color css
<style>
a { background-color: #DBD527; }
a { background-color: rgb(219,213,39); }
div.DivClassName
{
background-color: #DBD527;
}
.BgClassName
{
background-color: #DBD527;
}
</style>
border-color css
<style>
span { border-color: #DBD527; }
span { border-color: rgb(219,213,39); }
td.TdClassName
{
border-color: #DBD527;
}
.TagClassName
{
border-color: #DBD527;
}
</style>