Shades of Manz #DED657
Tints of Manz #DED657
RGB
CMYK
RGB Variations
Color information
#DED657 (or 0xDED657) is known color: Manz. HEX triplet: DE, D6 and 57. RGB value is (222,214,87). Sum of RGB (Red+Green+Blue) = 222+214+87=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 87 (34.38% from 255 or 16.63% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DED657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED657 is #2129A8. Grayscale: #CACACA. Windows color (decimal): -2173353 or 5756638. OLE color: 5756638.
HSL color Cylindrical-coordinate representation of color #DED657: hue angle of 56.44º 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 #DED657 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 87 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.13 |
| HSL | 56.44º | 0.67% | 0.61% | - |
| HSV(B) | 56.44º | 0.61% | 0.87% | - |
| XYZ | 55.89 | 64.31 | 18.48 | - |
| YUV | 201.91 | 63.15 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 87 | 0 | 0.04 | 0.61 | 0.13 | 56.44 | 0.67 | 0.61 |
| Hex | DE | D6 | 57 | 0 | 4 | 3D | D | 38 | 43 | 3D |
| Octal | 336 | 326 | 127 | 0 | 4 | 75 | 15 | 70 | 103 | 75 |
| Binary | 11011110 | 11010110 | 1010111 | 0 | 100 | 111101 | 1101 | 111000 | 1000011 | 111101 |
Color Harmonies of #DED657
Complementary color
Monochromatic Colors of #DED657
Black with #DED657
Text Example
Text Example
White with #DED657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED657; }
p { color: rgb(222,214,87); }
H1.HeaderClassName
{
color: #DED657;
}
.AnyTagClassName
{
color: #DED657;
}
</style>
background-color css
<style>
a { background-color: #DED657; }
a { background-color: rgb(222,214,87); }
div.DivClassName
{
background-color: #DED657;
}
.BgClassName
{
background-color: #DED657;
}
</style>
border-color css
<style>
span { border-color: #DED657; }
span { border-color: rgb(222,214,87); }
td.TdClassName
{
border-color: #DED657;
}
.TagClassName
{
border-color: #DED657;
}
</style>