Shades of Manz #DED74F
Tints of Manz #DED74F
RGB
CMYK
RGB Variations
Color information
#DED74F (or 0xDED74F) is known color: Manz. HEX triplet: DE, D7 and 4F. RGB value is (222,215,79). Sum of RGB (Red+Green+Blue) = 222+215+79=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 79 (31.25% from 255 or 15.31% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DED74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED74F is #2128B0. Grayscale: #CACACA. Windows color (decimal): -2173105 or 5232606. OLE color: 5232606.
HSL color Cylindrical-coordinate representation of color #DED74F: hue angle of 57.06º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DED74F is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 79 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.13 |
| HSL | 57.06º | 0.68% | 0.59% | - |
| HSV(B) | 57.06º | 0.64% | 0.87% | - |
| XYZ | 55.84 | 64.69 | 16.94 | - |
| YUV | 201.59 | 58.82 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 79 | 0 | 0.03 | 0.64 | 0.13 | 57.06 | 0.68 | 0.59 |
| Hex | DE | D7 | 4F | 0 | 3 | 40 | D | 39 | 44 | 3B |
| Octal | 336 | 327 | 117 | 0 | 3 | 100 | 15 | 71 | 104 | 73 |
| Binary | 11011110 | 11010111 | 1001111 | 0 | 11 | 1000000 | 1101 | 111001 | 1000100 | 111011 |
Color Harmonies of #DED74F
Complementary color
Monochromatic Colors of #DED74F
Black with #DED74F
Text Example
Text Example
White with #DED74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED74F; }
p { color: rgb(222,215,79); }
H1.HeaderClassName
{
color: #DED74F;
}
.AnyTagClassName
{
color: #DED74F;
}
</style>
background-color css
<style>
a { background-color: #DED74F; }
a { background-color: rgb(222,215,79); }
div.DivClassName
{
background-color: #DED74F;
}
.BgClassName
{
background-color: #DED74F;
}
</style>
border-color css
<style>
span { border-color: #DED74F; }
span { border-color: rgb(222,215,79); }
td.TdClassName
{
border-color: #DED74F;
}
.TagClassName
{
border-color: #DED74F;
}
</style>