Shades of Manz #DEDB5C
Tints of Manz #DEDB5C
RGB
CMYK
RGB Variations
Color information
#DEDB5C (or 0xDEDB5C) is known color: Manz. HEX triplet: DE, DB and 5C. RGB value is (222,219,92). Sum of RGB (Red+Green+Blue) = 222+219+92=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB5C is #2124A3. Grayscale: #CDCDCD. Windows color (decimal): -2172068 or 6085598. OLE color: 6085598.
HSL color Cylindrical-coordinate representation of color #DEDB5C: hue angle of 58.62º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEDB5C is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 92 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.13 |
| HSL | 58.62º | 0.66% | 0.62% | - |
| HSV(B) | 58.62º | 0.59% | 0.87% | - |
| XYZ | 57.39 | 66.97 | 20.03 | - |
| YUV | 205.42 | 63.99 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 92 | 0 | 0.01 | 0.59 | 0.13 | 58.62 | 0.66 | 0.62 |
| Hex | DE | DB | 5C | 0 | 1 | 3B | D | 3B | 42 | 3E |
| Octal | 336 | 333 | 134 | 0 | 1 | 73 | 15 | 73 | 102 | 76 |
| Binary | 11011110 | 11011011 | 1011100 | 0 | 1 | 111011 | 1101 | 111011 | 1000010 | 111110 |
Color Harmonies of #DEDB5C
Complementary color
Monochromatic Colors of #DEDB5C
Black with #DEDB5C
Text Example
Text Example
White with #DEDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB5C; }
p { color: rgb(222,219,92); }
H1.HeaderClassName
{
color: #DEDB5C;
}
.AnyTagClassName
{
color: #DEDB5C;
}
</style>
background-color css
<style>
a { background-color: #DEDB5C; }
a { background-color: rgb(222,219,92); }
div.DivClassName
{
background-color: #DEDB5C;
}
.BgClassName
{
background-color: #DEDB5C;
}
</style>
border-color css
<style>
span { border-color: #DEDB5C; }
span { border-color: rgb(222,219,92); }
td.TdClassName
{
border-color: #DEDB5C;
}
.TagClassName
{
border-color: #DEDB5C;
}
</style>