Shades of Manz #DED25C
Tints of Manz #DED25C
RGB
CMYK
RGB Variations
Color information
#DED25C (or 0xDED25C) is known color: Manz. HEX triplet: DE, D2 and 5C. RGB value is (222,210,92). Sum of RGB (Red+Green+Blue) = 222+210+92=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 92 (36.33% from 255 or 17.56% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DED25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED25C is #212DA3. Grayscale: #C8C8C8. Windows color (decimal): -2174372 or 6083294. OLE color: 6083294.
HSL color Cylindrical-coordinate representation of color #DED25C: hue angle of 54.46º 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 #DED25C is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 92 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.13 |
| HSL | 54.46º | 0.66% | 0.62% | - |
| HSV(B) | 54.46º | 0.59% | 0.87% | - |
| XYZ | 55.1 | 62.4 | 19.26 | - |
| YUV | 200.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 92 | 0 | 0.05 | 0.59 | 0.13 | 54.46 | 0.66 | 0.62 |
| Hex | DE | D2 | 5C | 0 | 5 | 3B | D | 36 | 42 | 3E |
| Octal | 336 | 322 | 134 | 0 | 5 | 73 | 15 | 66 | 102 | 76 |
| Binary | 11011110 | 11010010 | 1011100 | 0 | 101 | 111011 | 1101 | 110110 | 1000010 | 111110 |
Color Harmonies of #DED25C
Complementary color
Monochromatic Colors of #DED25C
Black with #DED25C
Text Example
Text Example
White with #DED25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED25C; }
p { color: rgb(222,210,92); }
H1.HeaderClassName
{
color: #DED25C;
}
.AnyTagClassName
{
color: #DED25C;
}
</style>
background-color css
<style>
a { background-color: #DED25C; }
a { background-color: rgb(222,210,92); }
div.DivClassName
{
background-color: #DED25C;
}
.BgClassName
{
background-color: #DED25C;
}
</style>
border-color css
<style>
span { border-color: #DED25C; }
span { border-color: rgb(222,210,92); }
td.TdClassName
{
border-color: #DED25C;
}
.TagClassName
{
border-color: #DED25C;
}
</style>