Shades of Manz #DEDB57
Tints of Manz #DEDB57
RGB
CMYK
RGB Variations
Color information
#DEDB57 (or 0xDEDB57) is known color: Manz. HEX triplet: DE, DB and 57. RGB value is (222,219,87). Sum of RGB (Red+Green+Blue) = 222+219+87=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 87 (34.38% from 255 or 16.48% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB57 is #2124A8. Grayscale: #CDCDCD. Windows color (decimal): -2172073 or 5757918. OLE color: 5757918.
HSL color Cylindrical-coordinate representation of color #DEDB57: hue angle of 58.67º degrees, saturation: 0.67, 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 #DEDB57 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 87 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.13 |
| HSL | 58.67º | 0.67% | 0.61% | - |
| HSV(B) | 58.67º | 0.61% | 0.87% | - |
| XYZ | 57.18 | 66.88 | 18.91 | - |
| YUV | 204.85 | 61.49 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 87 | 0 | 0.01 | 0.61 | 0.13 | 58.67 | 0.67 | 0.61 |
| Hex | DE | DB | 57 | 0 | 1 | 3D | D | 3B | 43 | 3D |
| Octal | 336 | 333 | 127 | 0 | 1 | 75 | 15 | 73 | 103 | 75 |
| Binary | 11011110 | 11011011 | 1010111 | 0 | 1 | 111101 | 1101 | 111011 | 1000011 | 111101 |
Color Harmonies of #DEDB57
Complementary color
Monochromatic Colors of #DEDB57
Black with #DEDB57
Text Example
Text Example
White with #DEDB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB57; }
p { color: rgb(222,219,87); }
H1.HeaderClassName
{
color: #DEDB57;
}
.AnyTagClassName
{
color: #DEDB57;
}
</style>
background-color css
<style>
a { background-color: #DEDB57; }
a { background-color: rgb(222,219,87); }
div.DivClassName
{
background-color: #DEDB57;
}
.BgClassName
{
background-color: #DEDB57;
}
</style>
border-color css
<style>
span { border-color: #DEDB57; }
span { border-color: rgb(222,219,87); }
td.TdClassName
{
border-color: #DEDB57;
}
.TagClassName
{
border-color: #DEDB57;
}
</style>