Shades of Manz #DBDF56
Tints of Manz #DBDF56
RGB
CMYK
RGB Variations
Color information
#DBDF56 (or 0xDBDF56) is known color: Manz. HEX triplet: DB, DF and 56. RGB value is (219,223,86). Sum of RGB (Red+Green+Blue) = 219+223+86=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 86 (33.98% from 255 or 16.29% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDF56 is #2420A9. Grayscale: #CECECE. Windows color (decimal): -2367658 or 5693403. OLE color: 5693403.
HSL color Cylindrical-coordinate representation of color #DBDF56: hue angle of 61.75º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBDF56 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 86 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.13 |
| HSL | 61.75º | 0.68% | 0.61% | - |
| HSV(B) | 61.75º | 0.61% | 0.87% | - |
| XYZ | 57.28 | 68.51 | 19.01 | - |
| YUV | 206.19 | 60.17 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 86 | 0.02 | 0 | 0.61 | 0.13 | 61.75 | 0.68 | 0.61 |
| Hex | DB | DF | 56 | 2 | 0 | 3D | D | 3E | 44 | 3D |
| Octal | 333 | 337 | 126 | 2 | 0 | 75 | 15 | 76 | 104 | 75 |
| Binary | 11011011 | 11011111 | 1010110 | 10 | 0 | 111101 | 1101 | 111110 | 1000100 | 111101 |
Color Harmonies of #DBDF56
Complementary color
Monochromatic Colors of #DBDF56
Black with #DBDF56
Text Example
Text Example
White with #DBDF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF56; }
p { color: rgb(219,223,86); }
H1.HeaderClassName
{
color: #DBDF56;
}
.AnyTagClassName
{
color: #DBDF56;
}
</style>
background-color css
<style>
a { background-color: #DBDF56; }
a { background-color: rgb(219,223,86); }
div.DivClassName
{
background-color: #DBDF56;
}
.BgClassName
{
background-color: #DBDF56;
}
</style>
border-color css
<style>
span { border-color: #DBDF56; }
span { border-color: rgb(219,223,86); }
td.TdClassName
{
border-color: #DBDF56;
}
.TagClassName
{
border-color: #DBDF56;
}
</style>