Shades of Manz #DED754
Tints of Manz #DED754
RGB
CMYK
RGB Variations
Color information
#DED754 (or 0xDED754) is known color: Manz. HEX triplet: DE, D7 and 54. RGB value is (222,215,84). Sum of RGB (Red+Green+Blue) = 222+215+84=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DED754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED754 is #2128AB. Grayscale: #CACACA. Windows color (decimal): -2173100 or 5560286. OLE color: 5560286.
HSL color Cylindrical-coordinate representation of color #DED754: hue angle of 56.96º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DED754 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 84 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.13 |
| HSL | 56.96º | 0.68% | 0.6% | - |
| HSV(B) | 56.96º | 0.62% | 0.87% | - |
| XYZ | 56.02 | 64.77 | 17.94 | - |
| YUV | 202.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 84 | 0 | 0.03 | 0.62 | 0.13 | 56.96 | 0.68 | 0.6 |
| Hex | DE | D7 | 54 | 0 | 3 | 3E | D | 39 | 44 | 3C |
| Octal | 336 | 327 | 124 | 0 | 3 | 76 | 15 | 71 | 104 | 74 |
| Binary | 11011110 | 11010111 | 1010100 | 0 | 11 | 111110 | 1101 | 111001 | 1000100 | 111100 |
Color Harmonies of #DED754
Complementary color
Monochromatic Colors of #DED754
Black with #DED754
Text Example
Text Example
White with #DED754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED754; }
p { color: rgb(222,215,84); }
H1.HeaderClassName
{
color: #DED754;
}
.AnyTagClassName
{
color: #DED754;
}
</style>
background-color css
<style>
a { background-color: #DED754; }
a { background-color: rgb(222,215,84); }
div.DivClassName
{
background-color: #DED754;
}
.BgClassName
{
background-color: #DED754;
}
</style>
border-color css
<style>
span { border-color: #DED754; }
span { border-color: rgb(222,215,84); }
td.TdClassName
{
border-color: #DED754;
}
.TagClassName
{
border-color: #DED754;
}
</style>