Shades of Manz #DED75A
Tints of Manz #DED75A
RGB
CMYK
RGB Variations
Color information
#DED75A (or 0xDED75A) is known color: Manz. HEX triplet: DE, D7 and 5A. RGB value is (222,215,90). Sum of RGB (Red+Green+Blue) = 222+215+90=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DED75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED75A is #2128A5. Grayscale: #CBCBCB. Windows color (decimal): -2173094 or 5953502. OLE color: 5953502.
HSL color Cylindrical-coordinate representation of color #DED75A: hue angle of 56.82º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DED75A is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 90 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.13 |
| HSL | 56.82º | 0.67% | 0.61% | - |
| HSV(B) | 56.82º | 0.59% | 0.87% | - |
| XYZ | 56.27 | 64.87 | 19.23 | - |
| YUV | 202.84 | 64.32 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 90 | 0 | 0.03 | 0.59 | 0.13 | 56.82 | 0.67 | 0.61 |
| Hex | DE | D7 | 5A | 0 | 3 | 3B | D | 39 | 43 | 3D |
| Octal | 336 | 327 | 132 | 0 | 3 | 73 | 15 | 71 | 103 | 75 |
| Binary | 11011110 | 11010111 | 1011010 | 0 | 11 | 111011 | 1101 | 111001 | 1000011 | 111101 |
Color Harmonies of #DED75A
Complementary color
Monochromatic Colors of #DED75A
Black with #DED75A
Text Example
Text Example
White with #DED75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED75A; }
p { color: rgb(222,215,90); }
H1.HeaderClassName
{
color: #DED75A;
}
.AnyTagClassName
{
color: #DED75A;
}
</style>
background-color css
<style>
a { background-color: #DED75A; }
a { background-color: rgb(222,215,90); }
div.DivClassName
{
background-color: #DED75A;
}
.BgClassName
{
background-color: #DED75A;
}
</style>
border-color css
<style>
span { border-color: #DED75A; }
span { border-color: rgb(222,215,90); }
td.TdClassName
{
border-color: #DED75A;
}
.TagClassName
{
border-color: #DED75A;
}
</style>