Shades of Manz #DEDA57
Tints of Manz #DEDA57
RGB
CMYK
RGB Variations
Color information
#DEDA57 (or 0xDEDA57) is known color: Manz. HEX triplet: DE, DA and 57. RGB value is (222,218,87). Sum of RGB (Red+Green+Blue) = 222+218+87=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 87 (34.38% from 255 or 16.51% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA57 is #2125A8. Grayscale: #CCCCCC. Windows color (decimal): -2172329 or 5757662. OLE color: 5757662.
HSL color Cylindrical-coordinate representation of color #DEDA57: hue angle of 58.22º 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 #DEDA57 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 87 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.13 |
| HSL | 58.22º | 0.67% | 0.61% | - |
| HSV(B) | 58.22º | 0.61% | 0.87% | - |
| XYZ | 56.92 | 66.36 | 18.83 | - |
| YUV | 204.26 | 61.83 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 87 | 0 | 0.02 | 0.61 | 0.13 | 58.22 | 0.67 | 0.61 |
| Hex | DE | DA | 57 | 0 | 2 | 3D | D | 3A | 43 | 3D |
| Octal | 336 | 332 | 127 | 0 | 2 | 75 | 15 | 72 | 103 | 75 |
| Binary | 11011110 | 11011010 | 1010111 | 0 | 10 | 111101 | 1101 | 111010 | 1000011 | 111101 |
Color Harmonies of #DEDA57
Complementary color
Monochromatic Colors of #DEDA57
Black with #DEDA57
Text Example
Text Example
White with #DEDA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA57; }
p { color: rgb(222,218,87); }
H1.HeaderClassName
{
color: #DEDA57;
}
.AnyTagClassName
{
color: #DEDA57;
}
</style>
background-color css
<style>
a { background-color: #DEDA57; }
a { background-color: rgb(222,218,87); }
div.DivClassName
{
background-color: #DEDA57;
}
.BgClassName
{
background-color: #DEDA57;
}
</style>
border-color css
<style>
span { border-color: #DEDA57; }
span { border-color: rgb(222,218,87); }
td.TdClassName
{
border-color: #DEDA57;
}
.TagClassName
{
border-color: #DEDA57;
}
</style>