Shades of Manz #DBDF59
Tints of Manz #DBDF59
RGB
CMYK
RGB Variations
Color information
#DBDF59 (or 0xDBDF59) is known color: Manz. HEX triplet: DB, DF and 59. RGB value is (219,223,89). Sum of RGB (Red+Green+Blue) = 219+223+89=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 89 (35.16% from 255 or 16.76% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDF59 is #2420A6. Grayscale: #CFCFCF. Windows color (decimal): -2367655 or 5890011. OLE color: 5890011.
HSL color Cylindrical-coordinate representation of color #DBDF59: hue angle of 61.79º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBDF59 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 89 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.13 |
| HSL | 61.79º | 0.68% | 0.61% | - |
| HSV(B) | 61.79º | 0.6% | 0.87% | - |
| XYZ | 57.4 | 68.56 | 19.66 | - |
| YUV | 206.53 | 61.67 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 89 | 0.02 | 0 | 0.60 | 0.13 | 61.79 | 0.68 | 0.61 |
| Hex | DB | DF | 59 | 2 | 0 | 3C | D | 3E | 44 | 3D |
| Octal | 333 | 337 | 131 | 2 | 0 | 74 | 15 | 76 | 104 | 75 |
| Binary | 11011011 | 11011111 | 1011001 | 10 | 0 | 111100 | 1101 | 111110 | 1000100 | 111101 |
Color Harmonies of #DBDF59
Complementary color
Monochromatic Colors of #DBDF59
Black with #DBDF59
Text Example
Text Example
White with #DBDF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF59; }
p { color: rgb(219,223,89); }
H1.HeaderClassName
{
color: #DBDF59;
}
.AnyTagClassName
{
color: #DBDF59;
}
</style>
background-color css
<style>
a { background-color: #DBDF59; }
a { background-color: rgb(219,223,89); }
div.DivClassName
{
background-color: #DBDF59;
}
.BgClassName
{
background-color: #DBDF59;
}
</style>
border-color css
<style>
span { border-color: #DBDF59; }
span { border-color: rgb(219,223,89); }
td.TdClassName
{
border-color: #DBDF59;
}
.TagClassName
{
border-color: #DBDF59;
}
</style>