Shades of Manz #DEDE5B
Tints of Manz #DEDE5B
RGB
CMYK
RGB Variations
Color information
#DEDE5B (or 0xDEDE5B) is known color: Manz. HEX triplet: DE, DE and 5B. RGB value is (222,222,91). Sum of RGB (Red+Green+Blue) = 222+222+91=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 91 (35.94% from 255 or 17.01% from 535); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE5B is #2121A4. Grayscale: #CFCFCF. Windows color (decimal): -2171301 or 6020830. OLE color: 6020830.
HSL color Cylindrical-coordinate representation of color #DEDE5B: hue angle of 60º 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 #DEDE5B is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 91 | - |
| CMYK | 0 | 0 | 0.59 | 0.13 |
| HSL | 60º | 0.66% | 0.61% | - |
| HSV(B) | 60º | 0.59% | 0.87% | - |
| XYZ | 58.13 | 68.53 | 20.06 | - |
| YUV | 207.07 | 62.5 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 91 | 0 | 0 | 0.59 | 0.13 | 60 | 0.66 | 0.61 |
| Hex | DE | DE | 5B | 0 | 0 | 3B | D | 3C | 42 | 3D |
| Octal | 336 | 336 | 133 | 0 | 0 | 73 | 15 | 74 | 102 | 75 |
| Binary | 11011110 | 11011110 | 1011011 | 0 | 0 | 111011 | 1101 | 111100 | 1000010 | 111101 |
Color Harmonies of #DEDE5B
Complementary color
Monochromatic Colors of #DEDE5B
Black with #DEDE5B
Text Example
Text Example
White with #DEDE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE5B; }
p { color: rgb(222,222,91); }
H1.HeaderClassName
{
color: #DEDE5B;
}
.AnyTagClassName
{
color: #DEDE5B;
}
</style>
background-color css
<style>
a { background-color: #DEDE5B; }
a { background-color: rgb(222,222,91); }
div.DivClassName
{
background-color: #DEDE5B;
}
.BgClassName
{
background-color: #DEDE5B;
}
</style>
border-color css
<style>
span { border-color: #DEDE5B; }
span { border-color: rgb(222,222,91); }
td.TdClassName
{
border-color: #DEDE5B;
}
.TagClassName
{
border-color: #DEDE5B;
}
</style>