Shades of Manz #DED95C
Tints of Manz #DED95C
RGB
CMYK
RGB Variations
Color information
#DED95C (or 0xDED95C) is known color: Manz. HEX triplet: DE, D9 and 5C. RGB value is (222,217,92). Sum of RGB (Red+Green+Blue) = 222+217+92=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 92 (36.33% from 255 or 17.33% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DED95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED95C is #2126A3. Grayscale: #CCCCCC. Windows color (decimal): -2172580 or 6085086. OLE color: 6085086.
HSL color Cylindrical-coordinate representation of color #DED95C: hue angle of 57.69º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DED95C is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 92 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.13 |
| HSL | 57.69º | 0.66% | 0.62% | - |
| HSV(B) | 57.69º | 0.59% | 0.87% | - |
| XYZ | 56.87 | 65.93 | 19.85 | - |
| YUV | 204.25 | 64.66 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 92 | 0 | 0.02 | 0.59 | 0.13 | 57.69 | 0.66 | 0.62 |
| Hex | DE | D9 | 5C | 0 | 2 | 3B | D | 3A | 42 | 3E |
| Octal | 336 | 331 | 134 | 0 | 2 | 73 | 15 | 72 | 102 | 76 |
| Binary | 11011110 | 11011001 | 1011100 | 0 | 10 | 111011 | 1101 | 111010 | 1000010 | 111110 |
Color Harmonies of #DED95C
Complementary color
Monochromatic Colors of #DED95C
Black with #DED95C
Text Example
Text Example
White with #DED95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED95C; }
p { color: rgb(222,217,92); }
H1.HeaderClassName
{
color: #DED95C;
}
.AnyTagClassName
{
color: #DED95C;
}
</style>
background-color css
<style>
a { background-color: #DED95C; }
a { background-color: rgb(222,217,92); }
div.DivClassName
{
background-color: #DED95C;
}
.BgClassName
{
background-color: #DED95C;
}
</style>
border-color css
<style>
span { border-color: #DED95C; }
span { border-color: rgb(222,217,92); }
td.TdClassName
{
border-color: #DED95C;
}
.TagClassName
{
border-color: #DED95C;
}
</style>