Shades of Manz #DACE5E
Tints of Manz #DACE5E
RGB
CMYK
RGB Variations
Color information
#DACE5E (or 0xDACE5E) is known color: Manz. HEX triplet: DA, CE and 5E. RGB value is (218,206,94). Sum of RGB (Red+Green+Blue) = 218+206+94=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE5E is #2531A1. Grayscale: #C5C5C5. Windows color (decimal): -2437538 or 6213338. OLE color: 6213338.
HSL color Cylindrical-coordinate representation of color #DACE5E: hue angle of 54.19º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DACE5E is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 94 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.15 |
| HSL | 54.19º | 0.63% | 0.61% | - |
| HSV(B) | 54.19º | 0.57% | 0.85% | - |
| XYZ | 53.01 | 59.86 | 19.35 | - |
| YUV | 196.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 94 | 0 | 0.06 | 0.57 | 0.15 | 54.19 | 0.63 | 0.61 |
| Hex | DA | CE | 5E | 0 | 6 | 39 | F | 36 | 3F | 3D |
| Octal | 332 | 316 | 136 | 0 | 6 | 71 | 17 | 66 | 77 | 75 |
| Binary | 11011010 | 11001110 | 1011110 | 0 | 110 | 111001 | 1111 | 110110 | 111111 | 111101 |
Color Harmonies of #DACE5E
Complementary color
Monochromatic Colors of #DACE5E
Black with #DACE5E
Text Example
Text Example
White with #DACE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE5E; }
p { color: rgb(218,206,94); }
H1.HeaderClassName
{
color: #DACE5E;
}
.AnyTagClassName
{
color: #DACE5E;
}
</style>
background-color css
<style>
a { background-color: #DACE5E; }
a { background-color: rgb(218,206,94); }
div.DivClassName
{
background-color: #DACE5E;
}
.BgClassName
{
background-color: #DACE5E;
}
</style>
border-color css
<style>
span { border-color: #DACE5E; }
span { border-color: rgb(218,206,94); }
td.TdClassName
{
border-color: #DACE5E;
}
.TagClassName
{
border-color: #DACE5E;
}
</style>