Shades of Manz #DBE950
Tints of Manz #DBE950
RGB
CMYK
RGB Variations
Color information
#DBE950 (or 0xDBE950) is known color: Manz. HEX triplet: DB, E9 and 50. RGB value is (219,233,80). Sum of RGB (Red+Green+Blue) = 219+233+80=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 80 (31.64% from 255 or 15.04% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE950 is #2416AF. Grayscale: #D3D3D3. Windows color (decimal): -2365104 or 5302747. OLE color: 5302747.
HSL color Cylindrical-coordinate representation of color #DBE950: hue angle of 65.49º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBE950 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 80 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.09 |
| HSL | 65.49º | 0.78% | 0.61% | - |
| HSV(B) | 65.49º | 0.66% | 0.91% | - |
| XYZ | 59.8 | 73.92 | 18.71 | - |
| YUV | 211.37 | 53.86 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 80 | 0.06 | 0 | 0.66 | 0.09 | 65.49 | 0.78 | 0.61 |
| Hex | DB | E9 | 50 | 6 | 0 | 42 | 9 | 41 | 4E | 3D |
| Octal | 333 | 351 | 120 | 6 | 0 | 102 | 11 | 101 | 116 | 75 |
| Binary | 11011011 | 11101001 | 1010000 | 110 | 0 | 1000010 | 1001 | 1000001 | 1001110 | 111101 |
Color Harmonies of #DBE950
Complementary color
Monochromatic Colors of #DBE950
Black with #DBE950
Text Example
Text Example
White with #DBE950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE950; }
p { color: rgb(219,233,80); }
H1.HeaderClassName
{
color: #DBE950;
}
.AnyTagClassName
{
color: #DBE950;
}
</style>
background-color css
<style>
a { background-color: #DBE950; }
a { background-color: rgb(219,233,80); }
div.DivClassName
{
background-color: #DBE950;
}
.BgClassName
{
background-color: #DBE950;
}
</style>
border-color css
<style>
span { border-color: #DBE950; }
span { border-color: rgb(219,233,80); }
td.TdClassName
{
border-color: #DBE950;
}
.TagClassName
{
border-color: #DBE950;
}
</style>