Shades of Manz #DED461
Tints of Manz #DED461
RGB
CMYK
RGB Variations
Color information
#DED461 (or 0xDED461) is known color: Manz. HEX triplet: DE, D4 and 61. RGB value is (222,212,97). Sum of RGB (Red+Green+Blue) = 222+212+97=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DED461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED461 is #212B9E. Grayscale: #CACACA. Windows color (decimal): -2173855 or 6411486. OLE color: 6411486.
HSL color Cylindrical-coordinate representation of color #DED461: hue angle of 55.2º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DED461 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 97 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.13 |
| HSL | 55.2º | 0.65% | 0.63% | - |
| HSV(B) | 55.2º | 0.56% | 0.87% | - |
| XYZ | 55.83 | 63.48 | 20.62 | - |
| YUV | 201.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 97 | 0 | 0.05 | 0.56 | 0.13 | 55.2 | 0.65 | 0.63 |
| Hex | DE | D4 | 61 | 0 | 5 | 38 | D | 37 | 41 | 3F |
| Octal | 336 | 324 | 141 | 0 | 5 | 70 | 15 | 67 | 101 | 77 |
| Binary | 11011110 | 11010100 | 1100001 | 0 | 101 | 111000 | 1101 | 110111 | 1000001 | 111111 |
Color Harmonies of #DED461
Complementary color
Monochromatic Colors of #DED461
Black with #DED461
Text Example
Text Example
White with #DED461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED461; }
p { color: rgb(222,212,97); }
H1.HeaderClassName
{
color: #DED461;
}
.AnyTagClassName
{
color: #DED461;
}
</style>
background-color css
<style>
a { background-color: #DED461; }
a { background-color: rgb(222,212,97); }
div.DivClassName
{
background-color: #DED461;
}
.BgClassName
{
background-color: #DED461;
}
</style>
border-color css
<style>
span { border-color: #DED461; }
span { border-color: rgb(222,212,97); }
td.TdClassName
{
border-color: #DED461;
}
.TagClassName
{
border-color: #DED461;
}
</style>