Shades of Manz #DED35B
Tints of Manz #DED35B
RGB
CMYK
RGB Variations
Color information
#DED35B (or 0xDED35B) is known color: Manz. HEX triplet: DE, D3 and 5B. RGB value is (222,211,91). Sum of RGB (Red+Green+Blue) = 222+211+91=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DED35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED35B is #212CA4. Grayscale: #C9C9C9. Windows color (decimal): -2174117 or 6018014. OLE color: 6018014.
HSL color Cylindrical-coordinate representation of color #DED35B: hue angle of 54.96º degrees, saturation: 0.66, 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 #DED35B is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 91 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.13 |
| HSL | 54.96º | 0.66% | 0.61% | - |
| HSV(B) | 54.96º | 0.59% | 0.87% | - |
| XYZ | 55.31 | 62.87 | 19.12 | - |
| YUV | 200.61 | 66.14 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 91 | 0 | 0.05 | 0.59 | 0.13 | 54.96 | 0.66 | 0.61 |
| Hex | DE | D3 | 5B | 0 | 5 | 3B | D | 37 | 42 | 3D |
| Octal | 336 | 323 | 133 | 0 | 5 | 73 | 15 | 67 | 102 | 75 |
| Binary | 11011110 | 11010011 | 1011011 | 0 | 101 | 111011 | 1101 | 110111 | 1000010 | 111101 |
Color Harmonies of #DED35B
Complementary color
Monochromatic Colors of #DED35B
Black with #DED35B
Text Example
Text Example
White with #DED35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED35B; }
p { color: rgb(222,211,91); }
H1.HeaderClassName
{
color: #DED35B;
}
.AnyTagClassName
{
color: #DED35B;
}
</style>
background-color css
<style>
a { background-color: #DED35B; }
a { background-color: rgb(222,211,91); }
div.DivClassName
{
background-color: #DED35B;
}
.BgClassName
{
background-color: #DED35B;
}
</style>
border-color css
<style>
span { border-color: #DED35B; }
span { border-color: rgb(222,211,91); }
td.TdClassName
{
border-color: #DED35B;
}
.TagClassName
{
border-color: #DED35B;
}
</style>