Shades of Manz #DED949
Tints of Manz #DED949
RGB
CMYK
RGB Variations
Color information
#DED949 (or 0xDED949) is known color: Manz. HEX triplet: DE, D9 and 49. RGB value is (222,217,73). Sum of RGB (Red+Green+Blue) = 222+217+73=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DED949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED949 is #2126B6. Grayscale: #CACACA. Windows color (decimal): -2172599 or 4839902. OLE color: 4839902.
HSL color Cylindrical-coordinate representation of color #DED949: hue angle of 57.99º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DED949 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 73 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.13 |
| HSL | 57.99º | 0.69% | 0.58% | - |
| HSV(B) | 57.99º | 0.67% | 0.87% | - |
| XYZ | 56.14 | 65.64 | 16.01 | - |
| YUV | 202.08 | 55.16 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 73 | 0 | 0.02 | 0.67 | 0.13 | 57.99 | 0.69 | 0.58 |
| Hex | DE | D9 | 49 | 0 | 2 | 43 | D | 3A | 45 | 3A |
| Octal | 336 | 331 | 111 | 0 | 2 | 103 | 15 | 72 | 105 | 72 |
| Binary | 11011110 | 11011001 | 1001001 | 0 | 10 | 1000011 | 1101 | 111010 | 1000101 | 111010 |
Color Harmonies of #DED949
Complementary color
Monochromatic Colors of #DED949
Black with #DED949
Text Example
Text Example
White with #DED949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED949; }
p { color: rgb(222,217,73); }
H1.HeaderClassName
{
color: #DED949;
}
.AnyTagClassName
{
color: #DED949;
}
</style>
background-color css
<style>
a { background-color: #DED949; }
a { background-color: rgb(222,217,73); }
div.DivClassName
{
background-color: #DED949;
}
.BgClassName
{
background-color: #DED949;
}
</style>
border-color css
<style>
span { border-color: #DED949; }
span { border-color: rgb(222,217,73); }
td.TdClassName
{
border-color: #DED949;
}
.TagClassName
{
border-color: #DED949;
}
</style>