Shades of Manz #DED74D
Tints of Manz #DED74D
RGB
CMYK
RGB Variations
Color information
#DED74D (or 0xDED74D) is known color: Manz. HEX triplet: DE, D7 and 4D. RGB value is (222,215,77). Sum of RGB (Red+Green+Blue) = 222+215+77=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 77 (30.47% from 255 or 14.98% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DED74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED74D is #2128B2. Grayscale: #C9C9C9. Windows color (decimal): -2173107 or 5101534. OLE color: 5101534.
HSL color Cylindrical-coordinate representation of color #DED74D: hue angle of 57.1º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DED74D is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 77 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.13 |
| HSL | 57.1º | 0.69% | 0.59% | - |
| HSV(B) | 57.1º | 0.65% | 0.87% | - |
| XYZ | 55.76 | 64.67 | 16.56 | - |
| YUV | 201.36 | 57.82 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 77 | 0 | 0.03 | 0.65 | 0.13 | 57.1 | 0.69 | 0.59 |
| Hex | DE | D7 | 4D | 0 | 3 | 41 | D | 39 | 45 | 3B |
| Octal | 336 | 327 | 115 | 0 | 3 | 101 | 15 | 71 | 105 | 73 |
| Binary | 11011110 | 11010111 | 1001101 | 0 | 11 | 1000001 | 1101 | 111001 | 1000101 | 111011 |
Color Harmonies of #DED74D
Complementary color
Monochromatic Colors of #DED74D
Black with #DED74D
Text Example
Text Example
White with #DED74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED74D; }
p { color: rgb(222,215,77); }
H1.HeaderClassName
{
color: #DED74D;
}
.AnyTagClassName
{
color: #DED74D;
}
</style>
background-color css
<style>
a { background-color: #DED74D; }
a { background-color: rgb(222,215,77); }
div.DivClassName
{
background-color: #DED74D;
}
.BgClassName
{
background-color: #DED74D;
}
</style>
border-color css
<style>
span { border-color: #DED74D; }
span { border-color: rgb(222,215,77); }
td.TdClassName
{
border-color: #DED74D;
}
.TagClassName
{
border-color: #DED74D;
}
</style>