Shades of Manz #DED948
Tints of Manz #DED948
RGB
CMYK
RGB Variations
Color information
#DED948 (or 0xDED948) is known color: Manz. HEX triplet: DE, D9 and 48. RGB value is (222,217,72). Sum of RGB (Red+Green+Blue) = 222+217+72=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 72 (28.52% from 255 or 14.09% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DED948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED948 is #2126B7. Grayscale: #CACACA. Windows color (decimal): -2172600 or 4774366. OLE color: 4774366.
HSL color Cylindrical-coordinate representation of color #DED948: hue angle of 58º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DED948 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 72 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.13 |
| HSL | 58º | 0.69% | 0.58% | - |
| HSV(B) | 58º | 0.68% | 0.87% | - |
| XYZ | 56.11 | 65.62 | 15.84 | - |
| YUV | 201.97 | 54.66 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 72 | 0 | 0.02 | 0.68 | 0.13 | 58 | 0.69 | 0.58 |
| Hex | DE | D9 | 48 | 0 | 2 | 44 | D | 3A | 45 | 3A |
| Octal | 336 | 331 | 110 | 0 | 2 | 104 | 15 | 72 | 105 | 72 |
| Binary | 11011110 | 11011001 | 1001000 | 0 | 10 | 1000100 | 1101 | 111010 | 1000101 | 111010 |
Color Harmonies of #DED948
Complementary color
Monochromatic Colors of #DED948
Black with #DED948
Text Example
Text Example
White with #DED948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED948; }
p { color: rgb(222,217,72); }
H1.HeaderClassName
{
color: #DED948;
}
.AnyTagClassName
{
color: #DED948;
}
</style>
background-color css
<style>
a { background-color: #DED948; }
a { background-color: rgb(222,217,72); }
div.DivClassName
{
background-color: #DED948;
}
.BgClassName
{
background-color: #DED948;
}
</style>
border-color css
<style>
span { border-color: #DED948; }
span { border-color: rgb(222,217,72); }
td.TdClassName
{
border-color: #DED948;
}
.TagClassName
{
border-color: #DED948;
}
</style>