Shades of Manz #DBDF5B
Tints of Manz #DBDF5B
RGB
CMYK
RGB Variations
Color information
#DBDF5B (or 0xDBDF5B) is known color: Manz. HEX triplet: DB, DF and 5B. RGB value is (219,223,91). Sum of RGB (Red+Green+Blue) = 219+223+91=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 91 (35.94% from 255 or 17.07% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDF5B is #2420A4. Grayscale: #CFCFCF. Windows color (decimal): -2367653 or 6021083. OLE color: 6021083.
HSL color Cylindrical-coordinate representation of color #DBDF5B: hue angle of 61.82º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBDF5B is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 91 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.13 |
| HSL | 61.82º | 0.67% | 0.62% | - |
| HSV(B) | 61.82º | 0.59% | 0.87% | - |
| XYZ | 57.49 | 68.59 | 20.11 | - |
| YUV | 206.76 | 62.67 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 91 | 0.02 | 0 | 0.59 | 0.13 | 61.82 | 0.67 | 0.62 |
| Hex | DB | DF | 5B | 2 | 0 | 3B | D | 3E | 43 | 3E |
| Octal | 333 | 337 | 133 | 2 | 0 | 73 | 15 | 76 | 103 | 76 |
| Binary | 11011011 | 11011111 | 1011011 | 10 | 0 | 111011 | 1101 | 111110 | 1000011 | 111110 |
Color Harmonies of #DBDF5B
Complementary color
Monochromatic Colors of #DBDF5B
Black with #DBDF5B
Text Example
Text Example
White with #DBDF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF5B; }
p { color: rgb(219,223,91); }
H1.HeaderClassName
{
color: #DBDF5B;
}
.AnyTagClassName
{
color: #DBDF5B;
}
</style>
background-color css
<style>
a { background-color: #DBDF5B; }
a { background-color: rgb(219,223,91); }
div.DivClassName
{
background-color: #DBDF5B;
}
.BgClassName
{
background-color: #DBDF5B;
}
</style>
border-color css
<style>
span { border-color: #DBDF5B; }
span { border-color: rgb(219,223,91); }
td.TdClassName
{
border-color: #DBDF5B;
}
.TagClassName
{
border-color: #DBDF5B;
}
</style>