Shades of Manz #DED057
Tints of Manz #DED057
RGB
CMYK
RGB Variations
Color information
#DED057 (or 0xDED057) is known color: Manz. HEX triplet: DE, D0 and 57. RGB value is (222,208,87). Sum of RGB (Red+Green+Blue) = 222+208+87=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 87 (34.38% from 255 or 16.83% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DED057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED057 is #212FA8. Grayscale: #C6C6C6. Windows color (decimal): -2174889 or 5755102. OLE color: 5755102.
HSL color Cylindrical-coordinate representation of color #DED057: hue angle of 53.78º 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 #DED057 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 87 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.13 |
| HSL | 53.78º | 0.67% | 0.61% | - |
| HSV(B) | 53.78º | 0.61% | 0.87% | - |
| XYZ | 54.4 | 61.33 | 17.99 | - |
| YUV | 198.39 | 65.14 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 87 | 0 | 0.06 | 0.61 | 0.13 | 53.78 | 0.67 | 0.61 |
| Hex | DE | D0 | 57 | 0 | 6 | 3D | D | 36 | 43 | 3D |
| Octal | 336 | 320 | 127 | 0 | 6 | 75 | 15 | 66 | 103 | 75 |
| Binary | 11011110 | 11010000 | 1010111 | 0 | 110 | 111101 | 1101 | 110110 | 1000011 | 111101 |
Color Harmonies of #DED057
Complementary color
Monochromatic Colors of #DED057
Black with #DED057
Text Example
Text Example
White with #DED057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED057; }
p { color: rgb(222,208,87); }
H1.HeaderClassName
{
color: #DED057;
}
.AnyTagClassName
{
color: #DED057;
}
</style>
background-color css
<style>
a { background-color: #DED057; }
a { background-color: rgb(222,208,87); }
div.DivClassName
{
background-color: #DED057;
}
.BgClassName
{
background-color: #DED057;
}
</style>
border-color css
<style>
span { border-color: #DED057; }
span { border-color: rgb(222,208,87); }
td.TdClassName
{
border-color: #DED057;
}
.TagClassName
{
border-color: #DED057;
}
</style>