Shades of Manz #DEDB5D
Tints of Manz #DEDB5D
RGB
CMYK
RGB Variations
Color information
#DEDB5D (or 0xDEDB5D) is known color: Manz. HEX triplet: DE, DB and 5D. RGB value is (222,219,93). Sum of RGB (Red+Green+Blue) = 222+219+93=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB5D is #2124A2. Grayscale: #CECECE. Windows color (decimal): -2172067 or 6151134. OLE color: 6151134.
HSL color Cylindrical-coordinate representation of color #DEDB5D: hue angle of 58.6º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEDB5D is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 93 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.13 |
| HSL | 58.6º | 0.66% | 0.62% | - |
| HSV(B) | 58.6º | 0.58% | 0.87% | - |
| XYZ | 57.43 | 66.98 | 20.26 | - |
| YUV | 205.53 | 64.49 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 93 | 0 | 0.01 | 0.58 | 0.13 | 58.6 | 0.66 | 0.62 |
| Hex | DE | DB | 5D | 0 | 1 | 3A | D | 3B | 42 | 3E |
| Octal | 336 | 333 | 135 | 0 | 1 | 72 | 15 | 73 | 102 | 76 |
| Binary | 11011110 | 11011011 | 1011101 | 0 | 1 | 111010 | 1101 | 111011 | 1000010 | 111110 |
Color Harmonies of #DEDB5D
Complementary color
Monochromatic Colors of #DEDB5D
Black with #DEDB5D
Text Example
Text Example
White with #DEDB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB5D; }
p { color: rgb(222,219,93); }
H1.HeaderClassName
{
color: #DEDB5D;
}
.AnyTagClassName
{
color: #DEDB5D;
}
</style>
background-color css
<style>
a { background-color: #DEDB5D; }
a { background-color: rgb(222,219,93); }
div.DivClassName
{
background-color: #DEDB5D;
}
.BgClassName
{
background-color: #DEDB5D;
}
</style>
border-color css
<style>
span { border-color: #DEDB5D; }
span { border-color: rgb(222,219,93); }
td.TdClassName
{
border-color: #DEDB5D;
}
.TagClassName
{
border-color: #DEDB5D;
}
</style>