Shades of Manz #DED157
Tints of Manz #DED157
RGB
CMYK
RGB Variations
Color information
#DED157 (or 0xDED157) is known color: Manz. HEX triplet: DE, D1 and 57. RGB value is (222,209,87). Sum of RGB (Red+Green+Blue) = 222+209+87=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 87 (34.38% from 255 or 16.80% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DED157 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED157 is #212EA8. Grayscale: #C7C7C7. Windows color (decimal): -2174633 or 5755358. OLE color: 5755358.
HSL color Cylindrical-coordinate representation of color #DED157: hue angle of 54.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 #DED157 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 87 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.13 |
| HSL | 54.22º | 0.67% | 0.61% | - |
| HSV(B) | 54.22º | 0.61% | 0.87% | - |
| XYZ | 54.64 | 61.82 | 18.07 | - |
| YUV | 198.98 | 64.81 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 87 | 0 | 0.06 | 0.61 | 0.13 | 54.22 | 0.67 | 0.61 |
| Hex | DE | D1 | 57 | 0 | 6 | 3D | D | 36 | 43 | 3D |
| Octal | 336 | 321 | 127 | 0 | 6 | 75 | 15 | 66 | 103 | 75 |
| Binary | 11011110 | 11010001 | 1010111 | 0 | 110 | 111101 | 1101 | 110110 | 1000011 | 111101 |
Color Harmonies of #DED157
Complementary color
Monochromatic Colors of #DED157
Black with #DED157
Text Example
Text Example
White with #DED157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED157; }
p { color: rgb(222,209,87); }
H1.HeaderClassName
{
color: #DED157;
}
.AnyTagClassName
{
color: #DED157;
}
</style>
background-color css
<style>
a { background-color: #DED157; }
a { background-color: rgb(222,209,87); }
div.DivClassName
{
background-color: #DED157;
}
.BgClassName
{
background-color: #DED157;
}
</style>
border-color css
<style>
span { border-color: #DED157; }
span { border-color: rgb(222,209,87); }
td.TdClassName
{
border-color: #DED157;
}
.TagClassName
{
border-color: #DED157;
}
</style>