Shades of Manz #DBE15C
Tints of Manz #DBE15C
RGB
CMYK
RGB Variations
Color information
#DBE15C (or 0xDBE15C) is known color: Manz. HEX triplet: DB, E1 and 5C. RGB value is (219,225,92). Sum of RGB (Red+Green+Blue) = 219+225+92=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE15C is #241EA3. Grayscale: #D0D0D0. Windows color (decimal): -2367140 or 6087131. OLE color: 6087131.
HSL color Cylindrical-coordinate representation of color #DBE15C: hue angle of 62.71º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBE15C is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 92 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.12 |
| HSL | 62.71º | 0.69% | 0.62% | - |
| HSV(B) | 62.71º | 0.59% | 0.88% | - |
| XYZ | 58.07 | 69.68 | 20.51 | - |
| YUV | 208.04 | 62.51 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 92 | 0.03 | 0 | 0.59 | 0.12 | 62.71 | 0.69 | 0.62 |
| Hex | DB | E1 | 5C | 3 | 0 | 3B | C | 3F | 45 | 3E |
| Octal | 333 | 341 | 134 | 3 | 0 | 73 | 14 | 77 | 105 | 76 |
| Binary | 11011011 | 11100001 | 1011100 | 11 | 0 | 111011 | 1100 | 111111 | 1000101 | 111110 |
Color Harmonies of #DBE15C
Complementary color
Monochromatic Colors of #DBE15C
Black with #DBE15C
Text Example
Text Example
White with #DBE15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE15C; }
p { color: rgb(219,225,92); }
H1.HeaderClassName
{
color: #DBE15C;
}
.AnyTagClassName
{
color: #DBE15C;
}
</style>
background-color css
<style>
a { background-color: #DBE15C; }
a { background-color: rgb(219,225,92); }
div.DivClassName
{
background-color: #DBE15C;
}
.BgClassName
{
background-color: #DBE15C;
}
</style>
border-color css
<style>
span { border-color: #DBE15C; }
span { border-color: rgb(219,225,92); }
td.TdClassName
{
border-color: #DBE15C;
}
.TagClassName
{
border-color: #DBE15C;
}
</style>