Shades of Manz #DEDB58
Tints of Manz #DEDB58
RGB
CMYK
RGB Variations
Color information
#DEDB58 (or 0xDEDB58) is known color: Manz. HEX triplet: DE, DB and 58. RGB value is (222,219,88). Sum of RGB (Red+Green+Blue) = 222+219+88=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 88 (34.77% from 255 or 16.64% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB58 is #2124A7. Grayscale: #CDCDCD. Windows color (decimal): -2172072 or 5823454. OLE color: 5823454.
HSL color Cylindrical-coordinate representation of color #DEDB58: hue angle of 58.66º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEDB58 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 88 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.13 |
| HSL | 58.66º | 0.67% | 0.61% | - |
| HSV(B) | 58.66º | 0.6% | 0.87% | - |
| XYZ | 57.22 | 66.9 | 19.13 | - |
| YUV | 204.96 | 61.99 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 88 | 0 | 0.01 | 0.60 | 0.13 | 58.66 | 0.67 | 0.61 |
| Hex | DE | DB | 58 | 0 | 1 | 3C | D | 3B | 43 | 3D |
| Octal | 336 | 333 | 130 | 0 | 1 | 74 | 15 | 73 | 103 | 75 |
| Binary | 11011110 | 11011011 | 1011000 | 0 | 1 | 111100 | 1101 | 111011 | 1000011 | 111101 |
Color Harmonies of #DEDB58
Complementary color
Monochromatic Colors of #DEDB58
Black with #DEDB58
Text Example
Text Example
White with #DEDB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB58; }
p { color: rgb(222,219,88); }
H1.HeaderClassName
{
color: #DEDB58;
}
.AnyTagClassName
{
color: #DEDB58;
}
</style>
background-color css
<style>
a { background-color: #DEDB58; }
a { background-color: rgb(222,219,88); }
div.DivClassName
{
background-color: #DEDB58;
}
.BgClassName
{
background-color: #DEDB58;
}
</style>
border-color css
<style>
span { border-color: #DEDB58; }
span { border-color: rgb(222,219,88); }
td.TdClassName
{
border-color: #DEDB58;
}
.TagClassName
{
border-color: #DEDB58;
}
</style>