Shades of Manz #DED85A
Tints of Manz #DED85A
RGB
CMYK
RGB Variations
Color information
#DED85A (or 0xDED85A) is known color: Manz. HEX triplet: DE, D8 and 5A. RGB value is (222,216,90). Sum of RGB (Red+Green+Blue) = 222+216+90=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DED85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED85A is #2127A5. Grayscale: #CBCBCB. Windows color (decimal): -2172838 or 5953758. OLE color: 5953758.
HSL color Cylindrical-coordinate representation of color #DED85A: hue angle of 57.27º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DED85A is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 90 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.13 |
| HSL | 57.27º | 0.67% | 0.61% | - |
| HSV(B) | 57.27º | 0.59% | 0.87% | - |
| XYZ | 56.53 | 65.38 | 19.31 | - |
| YUV | 203.43 | 63.99 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 90 | 0 | 0.03 | 0.59 | 0.13 | 57.27 | 0.67 | 0.61 |
| Hex | DE | D8 | 5A | 0 | 3 | 3B | D | 39 | 43 | 3D |
| Octal | 336 | 330 | 132 | 0 | 3 | 73 | 15 | 71 | 103 | 75 |
| Binary | 11011110 | 11011000 | 1011010 | 0 | 11 | 111011 | 1101 | 111001 | 1000011 | 111101 |
Color Harmonies of #DED85A
Complementary color
Monochromatic Colors of #DED85A
Black with #DED85A
Text Example
Text Example
White with #DED85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED85A; }
p { color: rgb(222,216,90); }
H1.HeaderClassName
{
color: #DED85A;
}
.AnyTagClassName
{
color: #DED85A;
}
</style>
background-color css
<style>
a { background-color: #DED85A; }
a { background-color: rgb(222,216,90); }
div.DivClassName
{
background-color: #DED85A;
}
.BgClassName
{
background-color: #DED85A;
}
</style>
border-color css
<style>
span { border-color: #DED85A; }
span { border-color: rgb(222,216,90); }
td.TdClassName
{
border-color: #DED85A;
}
.TagClassName
{
border-color: #DED85A;
}
</style>