Shades of Manz #DED15A
Tints of Manz #DED15A
RGB
CMYK
RGB Variations
Color information
#DED15A (or 0xDED15A) is known color: Manz. HEX triplet: DE, D1 and 5A. RGB value is (222,209,90). Sum of RGB (Red+Green+Blue) = 222+209+90=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DED15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED15A is #212EA5. Grayscale: #C7C7C7. Windows color (decimal): -2174630 or 5951966. OLE color: 5951966.
HSL color Cylindrical-coordinate representation of color #DED15A: hue angle of 54.09º 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 #DED15A is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 90 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.13 |
| HSL | 54.09º | 0.67% | 0.61% | - |
| HSV(B) | 54.09º | 0.59% | 0.87% | - |
| XYZ | 54.77 | 61.87 | 18.73 | - |
| YUV | 199.32 | 66.31 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 90 | 0 | 0.06 | 0.59 | 0.13 | 54.09 | 0.67 | 0.61 |
| Hex | DE | D1 | 5A | 0 | 6 | 3B | D | 36 | 43 | 3D |
| Octal | 336 | 321 | 132 | 0 | 6 | 73 | 15 | 66 | 103 | 75 |
| Binary | 11011110 | 11010001 | 1011010 | 0 | 110 | 111011 | 1101 | 110110 | 1000011 | 111101 |
Color Harmonies of #DED15A
Complementary color
Monochromatic Colors of #DED15A
Black with #DED15A
Text Example
Text Example
White with #DED15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED15A; }
p { color: rgb(222,209,90); }
H1.HeaderClassName
{
color: #DED15A;
}
.AnyTagClassName
{
color: #DED15A;
}
</style>
background-color css
<style>
a { background-color: #DED15A; }
a { background-color: rgb(222,209,90); }
div.DivClassName
{
background-color: #DED15A;
}
.BgClassName
{
background-color: #DED15A;
}
</style>
border-color css
<style>
span { border-color: #DED15A; }
span { border-color: rgb(222,209,90); }
td.TdClassName
{
border-color: #DED15A;
}
.TagClassName
{
border-color: #DED15A;
}
</style>