Shades of Manz #DED25E
Tints of Manz #DED25E
RGB
CMYK
RGB Variations
Color information
#DED25E (or 0xDED25E) is known color: Manz. HEX triplet: DE, D2 and 5E. RGB value is (222,210,94). Sum of RGB (Red+Green+Blue) = 222+210+94=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DED25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED25E is #212DA1. Grayscale: #C8C8C8. Windows color (decimal): -2174370 or 6214366. OLE color: 6214366.
HSL color Cylindrical-coordinate representation of color #DED25E: hue angle of 54.38º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DED25E is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 94 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.13 |
| HSL | 54.38º | 0.66% | 0.62% | - |
| HSV(B) | 54.38º | 0.58% | 0.87% | - |
| XYZ | 55.19 | 62.43 | 19.73 | - |
| YUV | 200.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 94 | 0 | 0.05 | 0.58 | 0.13 | 54.38 | 0.66 | 0.62 |
| Hex | DE | D2 | 5E | 0 | 5 | 3A | D | 36 | 42 | 3E |
| Octal | 336 | 322 | 136 | 0 | 5 | 72 | 15 | 66 | 102 | 76 |
| Binary | 11011110 | 11010010 | 1011110 | 0 | 101 | 111010 | 1101 | 110110 | 1000010 | 111110 |
Color Harmonies of #DED25E
Complementary color
Monochromatic Colors of #DED25E
Black with #DED25E
Text Example
Text Example
White with #DED25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED25E; }
p { color: rgb(222,210,94); }
H1.HeaderClassName
{
color: #DED25E;
}
.AnyTagClassName
{
color: #DED25E;
}
</style>
background-color css
<style>
a { background-color: #DED25E; }
a { background-color: rgb(222,210,94); }
div.DivClassName
{
background-color: #DED25E;
}
.BgClassName
{
background-color: #DED25E;
}
</style>
border-color css
<style>
span { border-color: #DED25E; }
span { border-color: rgb(222,210,94); }
td.TdClassName
{
border-color: #DED25E;
}
.TagClassName
{
border-color: #DED25E;
}
</style>