Shades of Manz #DEDB5B
Tints of Manz #DEDB5B
RGB
CMYK
RGB Variations
Color information
#DEDB5B (or 0xDEDB5B) is known color: Manz. HEX triplet: DE, DB and 5B. RGB value is (222,219,91). Sum of RGB (Red+Green+Blue) = 222+219+91=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB5B is #2124A4. Grayscale: #CDCDCD. Windows color (decimal): -2172069 or 6020062. OLE color: 6020062.
HSL color Cylindrical-coordinate representation of color #DEDB5B: hue angle of 58.63º 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 #DEDB5B is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 91 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.13 |
| HSL | 58.63º | 0.66% | 0.61% | - |
| HSV(B) | 58.63º | 0.59% | 0.87% | - |
| XYZ | 57.34 | 66.95 | 19.8 | - |
| YUV | 205.31 | 63.49 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 91 | 0 | 0.01 | 0.59 | 0.13 | 58.63 | 0.66 | 0.61 |
| Hex | DE | DB | 5B | 0 | 1 | 3B | D | 3B | 42 | 3D |
| Octal | 336 | 333 | 133 | 0 | 1 | 73 | 15 | 73 | 102 | 75 |
| Binary | 11011110 | 11011011 | 1011011 | 0 | 1 | 111011 | 1101 | 111011 | 1000010 | 111101 |
Color Harmonies of #DEDB5B
Complementary color
Monochromatic Colors of #DEDB5B
Black with #DEDB5B
Text Example
Text Example
White with #DEDB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB5B; }
p { color: rgb(222,219,91); }
H1.HeaderClassName
{
color: #DEDB5B;
}
.AnyTagClassName
{
color: #DEDB5B;
}
</style>
background-color css
<style>
a { background-color: #DEDB5B; }
a { background-color: rgb(222,219,91); }
div.DivClassName
{
background-color: #DEDB5B;
}
.BgClassName
{
background-color: #DEDB5B;
}
</style>
border-color css
<style>
span { border-color: #DEDB5B; }
span { border-color: rgb(222,219,91); }
td.TdClassName
{
border-color: #DEDB5B;
}
.TagClassName
{
border-color: #DEDB5B;
}
</style>