Shades of Manz #DED261
Tints of Manz #DED261
RGB
CMYK
RGB Variations
Color information
#DED261 (or 0xDED261) is known color: Manz. HEX triplet: DE, D2 and 61. RGB value is (222,210,97). Sum of RGB (Red+Green+Blue) = 222+210+97=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DED261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED261 is #212D9E. Grayscale: #C9C9C9. Windows color (decimal): -2174367 or 6410974. OLE color: 6410974.
HSL color Cylindrical-coordinate representation of color #DED261: hue angle of 54.24º 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 #DED261 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 97 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.13 |
| HSL | 54.24º | 0.65% | 0.63% | - |
| HSV(B) | 54.24º | 0.56% | 0.87% | - |
| XYZ | 55.33 | 62.49 | 20.45 | - |
| YUV | 200.71 | 69.48 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 97 | 0 | 0.05 | 0.56 | 0.13 | 54.24 | 0.65 | 0.63 |
| Hex | DE | D2 | 61 | 0 | 5 | 38 | D | 36 | 41 | 3F |
| Octal | 336 | 322 | 141 | 0 | 5 | 70 | 15 | 66 | 101 | 77 |
| Binary | 11011110 | 11010010 | 1100001 | 0 | 101 | 111000 | 1101 | 110110 | 1000001 | 111111 |
Color Harmonies of #DED261
Complementary color
Monochromatic Colors of #DED261
Black with #DED261
Text Example
Text Example
White with #DED261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED261; }
p { color: rgb(222,210,97); }
H1.HeaderClassName
{
color: #DED261;
}
.AnyTagClassName
{
color: #DED261;
}
</style>
background-color css
<style>
a { background-color: #DED261; }
a { background-color: rgb(222,210,97); }
div.DivClassName
{
background-color: #DED261;
}
.BgClassName
{
background-color: #DED261;
}
</style>
border-color css
<style>
span { border-color: #DED261; }
span { border-color: rgb(222,210,97); }
td.TdClassName
{
border-color: #DED261;
}
.TagClassName
{
border-color: #DED261;
}
</style>