Shades of Manz #DCDB5E
Tints of Manz #DCDB5E
RGB
CMYK
RGB Variations
Color information
#DCDB5E (or 0xDCDB5E) is known color: Manz. HEX triplet: DC, DB and 5E. RGB value is (220,219,94). Sum of RGB (Red+Green+Blue) = 220+219+94=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB5E is #2324A1. Grayscale: #CDCDCD. Windows color (decimal): -2303138 or 6216668. OLE color: 6216668.
HSL color Cylindrical-coordinate representation of color #DCDB5E: hue angle of 59.52º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCDB5E is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 94 | - |
| CMYK | 0 | 0.00 | 0.57 | 0.14 |
| HSL | 59.52º | 0.64% | 0.62% | - |
| HSV(B) | 59.52º | 0.57% | 0.86% | - |
| XYZ | 56.87 | 66.69 | 20.46 | - |
| YUV | 205.05 | 65.33 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 94 | 0 | 0.00 | 0.57 | 0.14 | 59.52 | 0.64 | 0.62 |
| Hex | DC | DB | 5E | 0 | 0 | 39 | E | 3C | 40 | 3E |
| Octal | 334 | 333 | 136 | 0 | 0 | 71 | 16 | 74 | 100 | 76 |
| Binary | 11011100 | 11011011 | 1011110 | 0 | 0 | 111001 | 1110 | 111100 | 1000000 | 111110 |
Color Harmonies of #DCDB5E
Complementary color
Monochromatic Colors of #DCDB5E
Black with #DCDB5E
Text Example
Text Example
White with #DCDB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB5E; }
p { color: rgb(220,219,94); }
H1.HeaderClassName
{
color: #DCDB5E;
}
.AnyTagClassName
{
color: #DCDB5E;
}
</style>
background-color css
<style>
a { background-color: #DCDB5E; }
a { background-color: rgb(220,219,94); }
div.DivClassName
{
background-color: #DCDB5E;
}
.BgClassName
{
background-color: #DCDB5E;
}
</style>
border-color css
<style>
span { border-color: #DCDB5E; }
span { border-color: rgb(220,219,94); }
td.TdClassName
{
border-color: #DCDB5E;
}
.TagClassName
{
border-color: #DCDB5E;
}
</style>