Shades of Manz #DEDB5A
Tints of Manz #DEDB5A
RGB
CMYK
RGB Variations
Color information
#DEDB5A (or 0xDEDB5A) is known color: Manz. HEX triplet: DE, DB and 5A. RGB value is (222,219,90). Sum of RGB (Red+Green+Blue) = 222+219+90=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 90 (35.55% from 255 or 16.95% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB5A is #2124A5. Grayscale: #CDCDCD. Windows color (decimal): -2172070 or 5954526. OLE color: 5954526.
HSL color Cylindrical-coordinate representation of color #DEDB5A: hue angle of 58.64º degrees, saturation: 0.67, 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 #DEDB5A is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 90 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.13 |
| HSL | 58.64º | 0.67% | 0.61% | - |
| HSV(B) | 58.64º | 0.59% | 0.87% | - |
| XYZ | 57.3 | 66.93 | 19.57 | - |
| YUV | 205.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 90 | 0 | 0.01 | 0.59 | 0.13 | 58.64 | 0.67 | 0.61 |
| Hex | DE | DB | 5A | 0 | 1 | 3B | D | 3B | 43 | 3D |
| Octal | 336 | 333 | 132 | 0 | 1 | 73 | 15 | 73 | 103 | 75 |
| Binary | 11011110 | 11011011 | 1011010 | 0 | 1 | 111011 | 1101 | 111011 | 1000011 | 111101 |
Color Harmonies of #DEDB5A
Complementary color
Monochromatic Colors of #DEDB5A
Black with #DEDB5A
Text Example
Text Example
White with #DEDB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB5A; }
p { color: rgb(222,219,90); }
H1.HeaderClassName
{
color: #DEDB5A;
}
.AnyTagClassName
{
color: #DEDB5A;
}
</style>
background-color css
<style>
a { background-color: #DEDB5A; }
a { background-color: rgb(222,219,90); }
div.DivClassName
{
background-color: #DEDB5A;
}
.BgClassName
{
background-color: #DEDB5A;
}
</style>
border-color css
<style>
span { border-color: #DEDB5A; }
span { border-color: rgb(222,219,90); }
td.TdClassName
{
border-color: #DEDB5A;
}
.TagClassName
{
border-color: #DEDB5A;
}
</style>