Shades of Manz #DBE65B
Tints of Manz #DBE65B
RGB
CMYK
RGB Variations
Color information
#DBE65B (or 0xDBE65B) is known color: Manz. HEX triplet: DB, E6 and 5B. RGB value is (219,230,91). Sum of RGB (Red+Green+Blue) = 219+230+91=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 230 (90.23% from 255 or 42.59% from 540); Blue value is 91 (35.94% from 255 or 16.85% from 540); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE65B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE65B is #2419A4. Grayscale: #D3D3D3. Windows color (decimal): -2365861 or 6022875. OLE color: 6022875.
HSL color Cylindrical-coordinate representation of color #DBE65B: hue angle of 64.75º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBE65B is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 91 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.10 |
| HSL | 64.75º | 0.74% | 0.63% | - |
| HSV(B) | 64.75º | 0.6% | 0.9% | - |
| XYZ | 59.4 | 72.41 | 20.74 | - |
| YUV | 210.87 | 60.36 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 91 | 0.05 | 0 | 0.60 | 0.10 | 64.75 | 0.74 | 0.63 |
| Hex | DB | E6 | 5B | 5 | 0 | 3C | A | 41 | 4A | 3F |
| Octal | 333 | 346 | 133 | 5 | 0 | 74 | 12 | 101 | 112 | 77 |
| Binary | 11011011 | 11100110 | 1011011 | 101 | 0 | 111100 | 1010 | 1000001 | 1001010 | 111111 |
Color Harmonies of #DBE65B
Complementary color
Monochromatic Colors of #DBE65B
Black with #DBE65B
Text Example
Text Example
White with #DBE65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE65B; }
p { color: rgb(219,230,91); }
H1.HeaderClassName
{
color: #DBE65B;
}
.AnyTagClassName
{
color: #DBE65B;
}
</style>
background-color css
<style>
a { background-color: #DBE65B; }
a { background-color: rgb(219,230,91); }
div.DivClassName
{
background-color: #DBE65B;
}
.BgClassName
{
background-color: #DBE65B;
}
</style>
border-color css
<style>
span { border-color: #DBE65B; }
span { border-color: rgb(219,230,91); }
td.TdClassName
{
border-color: #DBE65B;
}
.TagClassName
{
border-color: #DBE65B;
}
</style>